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:
parent
143188423a
commit
fadc633a02
1 changed files with 2 additions and 2 deletions
|
@ -2620,13 +2620,13 @@ (define-public python2-pysqlite
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue