mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
eb68d2685a
commit
0580e383c2
1 changed files with 2 additions and 2 deletions
|
@ -6974,14 +6974,14 @@ (define-public python2-pyrfc3339
|
||||||
(define-public python-werkzeug
|
(define-public python-werkzeug
|
||||||
(package
|
(package
|
||||||
(name "python-werkzeug")
|
(name "python-werkzeug")
|
||||||
(version "0.11.5")
|
(version "0.11.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Werkzeug" version))
|
(uri (pypi-uri "Werkzeug" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r41xqp4cypzcgsf6zbspbqd272wnzf20igb4w4b5wzfhgqh9nxg"))))
|
"1rgpq8a2qv26d75v9j3b074inirlyy6y4b5x4rxblp202jy4cb77"))))
|
||||||
(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 a new issue