gnu: python-werkzeug: Update to 0.11.11.

* gnu/packages/python.scm (python-werkzeug, python2-werkzeug):
Update to 0.11.11.
This commit is contained in:
Leo Famulari 2016-10-07 01:37:46 -04:00
parent eb68d2685a
commit 0580e383c2
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -6974,14 +6974,14 @@ (define-public python2-pyrfc3339
(define-public python-werkzeug
(package
(name "python-werkzeug")
(version "0.11.5")
(version "0.11.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Werkzeug" version))
(sha256
(base32
"0r41xqp4cypzcgsf6zbspbqd272wnzf20igb4w4b5wzfhgqh9nxg"))))
"1rgpq8a2qv26d75v9j3b074inirlyy6y4b5x4rxblp202jy4cb77"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))