diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-28 02:59:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-28 10:21:23 +0200 |
commit | 66e4db8cf828ba58bfd0bd5b41f38b93b5b71b3a (patch) | |
tree | 717cf8a13131b544061db61ff5a3818f51b9af95 | |
parent | 03e6404936ef0974fdbc877d537b97b28e54124d (diff) | |
download | guix-66e4db8cf828ba58bfd0bd5b41f38b93b5b71b3a.tar guix-66e4db8cf828ba58bfd0bd5b41f38b93b5b71b3a.tar.gz |
gnu: python-flask-sqlalchemy: Update to 2.4.2.
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.2.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 00caf7f229..ff5b5b4ede 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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) |