gnu: python-sqlalchemy: Update to 1.3.3.
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.3.
This commit is contained in:
parent
15357dd7a9
commit
1f2f358b69
|
@ -2188,13 +2188,13 @@ Database API 2.0T.")
|
||||||
(define-public python-sqlalchemy
|
(define-public python-sqlalchemy
|
||||||
(package
|
(package
|
||||||
(name "python-sqlalchemy")
|
(name "python-sqlalchemy")
|
||||||
(version "1.3.1")
|
(version "1.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "SQLAlchemy" version))
|
(uri (pypi-uri "SQLAlchemy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12sr36646sipf9ac3n2xh8z0w5pz4d3dvw5qjv2kzvcls6wvf7vq"))))
|
(base32 "06c3lcv7nijsgqsjaaa4djrwlzgh9f910zlqxkmgq22h6jl4rici"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue