diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2016-12-07 18:23:05 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-07 18:51:46 +0100 |
commit | bb4b17064d6d580702e5d06662ceb2f0906a000a (patch) | |
tree | 27c4b1a5fb9f3d0ce5f296a4ec576487b62f3ac5 /gnu/packages | |
parent | 1ed21519f7de3931489f45fee0d582a43a563380 (diff) |
gnu: python-sqlalchemy-utils: Update to 0.32.11.
* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.11.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8fe3d36d04..3d938ccc16 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3924,14 +3924,14 @@ both of which are installed automatically if you install this library.") (define-public python-sqlalchemy-utils (package (name "python-sqlalchemy-utils") - (version "0.32.9") + (version "0.32.11") (source (origin (method url-fetch) (uri (pypi-uri "SQLAlchemy-Utils" version)) (sha256 (base32 - "1zbmmh7n8m01ikizn2mj1mfwch26nsr1awv9mvskqry7av0mpy98")))) + "1wghyvk73cmq3iqyg3fczw128fv2pan2v76m0xg1bw05h8fhvnk3")))) (build-system python-build-system) (propagated-inputs `(("python-six" ,python-six) |