gnu: python-sqlalchemy: Update to 1.3.15.
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.15.
This commit is contained in:
parent
a4abed71ae
commit
7d5f0795c1
1 changed files with 2 additions and 2 deletions
|
@ -2530,13 +2530,13 @@ Database API 2.0T.")
|
||||||
(define-public python-sqlalchemy
|
(define-public python-sqlalchemy
|
||||||
(package
|
(package
|
||||||
(name "python-sqlalchemy")
|
(name "python-sqlalchemy")
|
||||||
(version "1.3.3")
|
(version "1.3.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "SQLAlchemy" version))
|
(uri (pypi-uri "SQLAlchemy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06c3lcv7nijsgqsjaaa4djrwlzgh9f910zlqxkmgq22h6jl4rici"))))
|
(base32 "0iglkvymfp35zm5pxy5kzqvcv96kkas0chqdx7xpla86sspa9k64"))))
|
||||||
(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