3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-sqlalchemy: Update to 1.3.18.

* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.18.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Tanguy Le Carrour 2020-07-08 16:51:00 +02:00 committed by Tobias Geerinckx-Rice
parent 143188423a
commit fadc633a02
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2620,13 +2620,13 @@ Database API 2.0T.")
(define-public python-sqlalchemy
(package
(name "python-sqlalchemy")
(version "1.3.15")
(version "1.3.18")
(source
(origin
(method url-fetch)
(uri (pypi-uri "SQLAlchemy" version))
(sha256
(base32 "0iglkvymfp35zm5pxy5kzqvcv96kkas0chqdx7xpla86sspa9k64"))))
(base32 "1rwc6ss1cnz3kxx0p9p6xw0w79r8qw03lcc29k31yb3rcigvfbys"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython) ; for C extensions