gnu: python-sqlalchemy: Update to 1.4.26.
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.26.
This commit is contained in:
parent
52a7fba8fc
commit
ccb2fabee0
1 changed files with 2 additions and 2 deletions
|
@ -2977,13 +2977,13 @@ Database API 2.0T.")
|
||||||
(define-public python-sqlalchemy
|
(define-public python-sqlalchemy
|
||||||
(package
|
(package
|
||||||
(name "python-sqlalchemy")
|
(name "python-sqlalchemy")
|
||||||
(version "1.4.23")
|
(version "1.4.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "SQLAlchemy" version))
|
(uri (pypi-uri "SQLAlchemy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10vm8hm8w4yfsab076ak8r4vp5v1jqdi71cky6dhha7mh5l29zvn"))))
|
(base32 "06imr96jirwmkc8mkxrl9bi413yd3638lc5idn65xx8fv7bzkivb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython) ; for C extensions
|
`(("python-cython" ,python-cython) ; for C extensions
|
||||||
|
|
Reference in a new issue