gnu: python-sqlalchemy: Update to 1.2.11.

* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.2.11.
This commit is contained in:
Marius Bakke 2018-08-21 07:19:33 +02:00
parent 9871a896aa
commit 2be1b754ba
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2249,7 +2249,7 @@ Database API 2.0T.")
(define-public python-sqlalchemy (define-public python-sqlalchemy
(package (package
(name "python-sqlalchemy") (name "python-sqlalchemy")
(version "1.0.12") (version "1.2.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2257,7 +2257,7 @@ Database API 2.0T.")
"SQLAlchemy/SQLAlchemy-" version ".tar.gz")) "SQLAlchemy/SQLAlchemy-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1l8qclhd0s90w3pvwhi5mjxdwr5j7gw7cjka2fx6f2vqmq7f4yb6")))) "094mmbs4igrxplfyqd59j90jb83ixpbbzqc0w49yw81m82nnjrgg"))))
(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