gnu: python-werkzeug: Update to 0.11.5.
* gnu/packages/python.scm (python-werkzeug): Update to 0.11.5.
This commit is contained in:
parent
9ba40f05c8
commit
4b47cbfa9a
|
@ -6605,16 +6605,14 @@ timestamps.")
|
||||||
(define-public python-werkzeug
|
(define-public python-werkzeug
|
||||||
(package
|
(package
|
||||||
(name "python-werkzeug")
|
(name "python-werkzeug")
|
||||||
(version "0.11.2")
|
(version "0.11.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/W/Werkzeug"
|
(uri (pypi-uri "Werkzeug" version))
|
||||||
"/Werkzeug-" version ".tar.gz"))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gzwn1lkl90f3l1nzzxr7vjhm21qk8f837i8rvny5a209fcrhkzb"))))
|
"0r41xqp4cypzcgsf6zbspbqd272wnzf20igb4w4b5wzfhgqh9nxg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
|
Loading…
Reference in New Issue