mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: python-flask-sqlalchemy: Update to 2.4.3.
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.3.
This commit is contained in:
parent
3bafa88b40
commit
b51f74ae0d
1 changed files with 2 additions and 2 deletions
|
@ -2371,13 +2371,13 @@ (define-public python-flask-htpasswd
|
||||||
(define-public python-flask-sqlalchemy
|
(define-public python-flask-sqlalchemy
|
||||||
(package
|
(package
|
||||||
(name "python-flask-sqlalchemy")
|
(name "python-flask-sqlalchemy")
|
||||||
(version "2.4.2")
|
(version "2.4.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Flask-SQLAlchemy" version))
|
(uri (pypi-uri "Flask-SQLAlchemy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ryb2y5gvpcglrmhk25hwzpi8a5q69m33gfqwxdcl67gjwdggnbc"))))
|
"19apnn2m9bl1d1h2nc52pnmiyx993mwzmfjrv04l3wn5hyznyr8b"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-flask" ,python-flask)
|
`(("python-flask" ,python-flask)
|
||||||
|
|
Loading…
Reference in a new issue