efraim pushed a commit to branch master
in repository guix.
commit 4b47cbfa9a8edefa34520899aa59463d70c68958
Author: Efraim Flashner <[email protected]>
Date: Sun Apr 10 23:36:58 2016 +0300
gnu: python-werkzeug: Update to 0.11.5.
* gnu/packages/python.scm (python-werkzeug): Update to 0.11.5.
---
gnu/packages/python.scm | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 710adc3..bc0a54b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6605,16 +6605,14 @@ timestamps.")
(define-public python-werkzeug
(package
(name "python-werkzeug")
- (version "0.11.2")
+ (version "0.11.5")
(source
(origin
(method url-fetch)
- (uri (string-append "https://pypi.python.org/packages/source/W/Werkzeug"
- "/Werkzeug-" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (uri (pypi-uri "Werkzeug" version))
(sha256
(base32
- "1gzwn1lkl90f3l1nzzxr7vjhm21qk8f837i8rvny5a209fcrhkzb"))))
+ "0r41xqp4cypzcgsf6zbspbqd272wnzf20igb4w4b5wzfhgqh9nxg"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))