gnu: python-sqlalchemy: Update to 1.4.27.
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.27.
This commit is contained in:
parent
e493f5479c
commit
eeecee1de8
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.26")
|
(version "1.4.27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "SQLAlchemy" version))
|
(uri (pypi-uri "SQLAlchemy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06imr96jirwmkc8mkxrl9bi413yd3638lc5idn65xx8fv7bzkivb"))))
|
(base32 "031jbd0svrvwr3n52iibp9mkwsj9wicnck45yd26da5kmsfkas6p"))))
|
||||||
(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