me
/
guix
Archived
1
0
Fork 0

gnu: python-flask-sqlalchemy: Update to 2.4.3.

* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.3.
master
Tobias Geerinckx-Rice 2020-05-29 04:41:10 +02:00
parent 3bafa88b40
commit b51f74ae0d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2371,13 +2371,13 @@ applications.")
(define-public python-flask-sqlalchemy
(package
(name "python-flask-sqlalchemy")
(version "2.4.2")
(version "2.4.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "Flask-SQLAlchemy" version))
(sha256
(base32
"1ryb2y5gvpcglrmhk25hwzpi8a5q69m33gfqwxdcl67gjwdggnbc"))))
"19apnn2m9bl1d1h2nc52pnmiyx993mwzmfjrv04l3wn5hyznyr8b"))))
(build-system python-build-system)
(propagated-inputs
`(("python-flask" ,python-flask)