summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-03-22 20:49:35 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-03-23 02:53:15 +0100
commitfd2662e950d29e1f31a664adbd56c9f225794a32 (patch)
tree05432015204275d55b28d1dd2c70da3fac74f7c4 /gnu
parent745d85b7dba7b81c7447b67b48c7a25c6db78cba (diff)
downloadpatches-fd2662e950d29e1f31a664adbd56c9f225794a32.tar
patches-fd2662e950d29e1f31a664adbd56c9f225794a32.tar.gz
gnu: python-sqlalchemy-utils: Update to 0.32.13.
* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9786033d06..b156214ac5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4382,14 +4382,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.11")
+ (version "0.32.13")
(source
(origin
(method url-fetch)
(uri (pypi-uri "SQLAlchemy-Utils" version))
(sha256
(base32
- "1wghyvk73cmq3iqyg3fczw128fv2pan2v76m0xg1bw05h8fhvnk3"))))
+ "0vsib7gidjamzsz6w4s5pdhxzxsrkghjnm4sqwk94igjrl3i5ixj"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: Many tests require a running database server.