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

* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-26 16:30:38 +02:00
parent e5b6ae9154
commit 310f83497d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

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