mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
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:
parent
cdd0fcee8c
commit
d08eb54acb
1 changed files with 2 additions and 2 deletions
|
@ -3085,14 +3085,14 @@ (define-public python-sqlalchemy-stubs
|
||||||
(define-public python-sqlalchemy-utils
|
(define-public python-sqlalchemy-utils
|
||||||
(package
|
(package
|
||||||
(name "python-sqlalchemy-utils")
|
(name "python-sqlalchemy-utils")
|
||||||
(version "0.32.21")
|
(version "0.38.2")
|
||||||
(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
|
||||||
"1myn71dn8j74xglyh46f12sh8ywb7j0j732rzwq70kvwwnq32m73"))))
|
"1d6fq81489kqzxmk3l6f39sinw206lzs392frmpr5lsjzg9xc0cy"))))
|
||||||
(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 a new issue