gnu: python-flask: Update to 1.0.3.

* gnu/packages/python-web.scm (python-flask): Update to 1.0.3.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
h.nasajpour 2019-05-28 15:26:43 +04:30 committed by Danny Milosavljevic
parent 458e92215f
commit 205eb40e5b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1647,13 +1647,13 @@ (define-public python2-webtest
(define-public python-flask
(package
(name "python-flask")
(version "1.0.2")
(version "1.0.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "flask" version))
(uri (pypi-uri "Flask" version))
(sha256
(base32
"0j6f4a9rpfh25k1gp7azqhnni4mb4fgy50jammgjgddw1l3w0w92"))))
"1wxnhjlxwwjhjxmghykjhllpahv5pkdc5hln4ab6nab43s26sz5d"))))
(build-system python-build-system)
(arguments
'(#:phases