mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: python-sqlalchemy: Update to 1.4.31.
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.31.
This commit is contained in:
parent
9ebf6c21af
commit
b08151049d
1 changed files with 2 additions and 2 deletions
|
@ -3094,13 +3094,13 @@ (define-public python2-pysqlite
|
||||||
(define-public python-sqlalchemy
|
(define-public python-sqlalchemy
|
||||||
(package
|
(package
|
||||||
(name "python-sqlalchemy")
|
(name "python-sqlalchemy")
|
||||||
(version "1.4.27")
|
(version "1.4.31")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "SQLAlchemy" version))
|
(uri (pypi-uri "SQLAlchemy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "031jbd0svrvwr3n52iibp9mkwsj9wicnck45yd26da5kmsfkas6p"))))
|
(base32 "06448s883bb8fgca33bn0pfaj15la0g4cax2mmx482kqwp8mjasq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython ; for C extensions
|
(list python-cython ; for C extensions
|
||||||
|
|
Loading…
Reference in a new issue