gnu: python-sqlalchemy-utils: Update to 0.38.2.

* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.38.2.
This commit is contained in:
Marius Bakke 2022-01-12 20:30:44 +01:00
parent cdd0fcee8c
commit d08eb54acb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3085,14 +3085,14 @@ (define-public python-sqlalchemy-stubs
(define-public python-sqlalchemy-utils
(package
(name "python-sqlalchemy-utils")
(version "0.32.21")
(version "0.38.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "SQLAlchemy-Utils" version))
(sha256
(base32
"1myn71dn8j74xglyh46f12sh8ywb7j0j732rzwq70kvwwnq32m73"))))
"1d6fq81489kqzxmk3l6f39sinw206lzs392frmpr5lsjzg9xc0cy"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: Many tests require a running database server.