mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-sqlalchemy: Update to 1.3.1.
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.1.
This commit is contained in:
parent
96ec46047b
commit
6d04f694dc
1 changed files with 4 additions and 5 deletions
|
@ -2091,17 +2091,16 @@ (define-public python2-pysqlite
|
||||||
(define-public python-sqlalchemy
|
(define-public python-sqlalchemy
|
||||||
(package
|
(package
|
||||||
(name "python-sqlalchemy")
|
(name "python-sqlalchemy")
|
||||||
(version "1.2.11")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "SQLAlchemy" version))
|
(uri (pypi-uri "SQLAlchemy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "12sr36646sipf9ac3n2xh8z0w5pz4d3dvw5qjv2kzvcls6wvf7vq"))))
|
||||||
"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
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-mock" ,python-mock))) ; for tests
|
("python-mock" ,python-mock))) ; for tests
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue