gnu: python-sqlalchemy: Update to 1.3.20.

* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.20.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 15:08:22 +02:00
parent 214ff8f6db
commit 7969a6adf3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2635,13 +2635,13 @@ (define-public python2-pysqlite
(define-public python-sqlalchemy
(package
(name "python-sqlalchemy")
(version "1.3.18")
(version "1.3.20")
(source
(origin
(method url-fetch)
(uri (pypi-uri "SQLAlchemy" version))
(sha256
(base32 "1rwc6ss1cnz3kxx0p9p6xw0w79r8qw03lcc29k31yb3rcigvfbys"))))
(base32 "18b9am7bsqc4nj3d2h5r93i002apczxfvpfpcqbd6f0385zmrwnj"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython) ; for C extensions