me
/
guix
Archived
1
0
Fork 0

gnu: python-sqlalchemy: Update to 1.4.26.

* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.26.
master
Tobias Geerinckx-Rice 2021-11-03 15:06:48 +01:00
parent 52a7fba8fc
commit ccb2fabee0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2977,13 +2977,13 @@ Database API 2.0T.")
(define-public python-sqlalchemy
(package
(name "python-sqlalchemy")
(version "1.4.23")
(version "1.4.26")
(source
(origin
(method url-fetch)
(uri (pypi-uri "SQLAlchemy" version))
(sha256
(base32 "10vm8hm8w4yfsab076ak8r4vp5v1jqdi71cky6dhha7mh5l29zvn"))))
(base32 "06imr96jirwmkc8mkxrl9bi413yd3638lc5idn65xx8fv7bzkivb"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython) ; for C extensions