diff options
author | h.nasajpour <h.nasajpour@pantherx.org> | 2019-05-28 15:26:43 +0430 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-05-28 21:18:24 +0200 |
commit | 205eb40e5b2895fecbf97bcb69d06b7b27c195a4 (patch) | |
tree | ba51bab5c32c841061868f6c794a6cd0e6f772c9 /gnu/packages | |
parent | 458e92215f7a6083b155b020575ae2c9e03ab7cf (diff) | |
download | guix-205eb40e5b2895fecbf97bcb69d06b7b27c195a4.tar guix-205eb40e5b2895fecbf97bcb69d06b7b27c195a4.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5d37e171e4..aa0af3912f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1647,13 +1647,13 @@ minimum of WSGI.") (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 |