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:
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

View file

@ -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)