me
/
guix
Archived
1
0
Fork 0

gnu: python-flask: Update to 2.0.2.

* gnu/packages/python-web.scm (python-flask): Update to 2.0.2.
Marius Bakke 2022-01-21 23:41:00 +01:00
parent 45cb47c4d3
commit 443b8f2908
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2932,13 +2932,13 @@ minimum of WSGI.")
(define-public python-flask
(package
(name "python-flask")
(version "2.0.1")
(version "2.0.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "Flask" version))
(sha256
(base32
"0mcgwq7b4qd99mf5bsvs3wphchxarf8kgil4hwww3blj31xjak0w"))))
"1qilnrdakhbw5k951kczdy8ia0wczh0dpp1vi4qhgmfx6klvhbvv"))))
(build-system python-build-system)
(arguments
'(#:phases