gnu: python-sqlalchemy-utils: Update to 0.32.21.
* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.32.21.
This commit is contained in:
parent
bcdc5caed7
commit
53ae35e443
|
@ -2096,14 +2096,14 @@ simple and Pythonic domain language.")
|
||||||
(define-public python-sqlalchemy-utils
|
(define-public python-sqlalchemy-utils
|
||||||
(package
|
(package
|
||||||
(name "python-sqlalchemy-utils")
|
(name "python-sqlalchemy-utils")
|
||||||
(version "0.32.13")
|
(version "0.32.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "SQLAlchemy-Utils" version))
|
(uri (pypi-uri "SQLAlchemy-Utils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vsib7gidjamzsz6w4s5pdhxzxsrkghjnm4sqwk94igjrl3i5ixj"))))
|
"1myn71dn8j74xglyh46f12sh8ywb7j0j732rzwq70kvwwnq32m73"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; FIXME: Many tests require a running database server.
|
'(#:tests? #f)) ; FIXME: Many tests require a running database server.
|
||||||
|
|
Loading…
Reference in New Issue