nckx pushed a commit to branch master
in repository guix.
commit 310f83497daf05b7500be5efedecbed336fc4f1a
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 26 16:30:38 2020 +0200
gnu: python-flask-sqlalchemy: Update to 2.4.4.
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.4.
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a202873..161c996 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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)