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

* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-28 02:59:27 +02:00
parent 03e6404936
commit 66e4db8cf8
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.0")
(version "2.4.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "Flask-SQLAlchemy" version))
(sha256
(base32
"0nnllf0ddbh9jlhngnyjj98lbxgxr1csaplllx0caw98syq0k5hc"))))
"1ryb2y5gvpcglrmhk25hwzpi8a5q69m33gfqwxdcl67gjwdggnbc"))))
(build-system python-build-system)
(propagated-inputs
`(("python-flask" ,python-flask)