me
/
guix
Archived
1
0
Fork 0

gnu: python-werkzeug: Update to 0.11.15.

* gnu/packages/python.scm (python-werkzeug): Update to 0.11.15.
master
Tobias Geerinckx-Rice 2017-01-02 08:18:59 +01:00
parent 27f9148e1d
commit bbb99d6b37
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -7764,14 +7764,14 @@ timestamps.")
(define-public python-werkzeug (define-public python-werkzeug
(package (package
(name "python-werkzeug") (name "python-werkzeug")
(version "0.11.11") (version "0.11.15")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Werkzeug" version)) (uri (pypi-uri "Werkzeug" version))
(sha256 (sha256
(base32 (base32
"1rgpq8a2qv26d75v9j3b074inirlyy6y4b5x4rxblp202jy4cb77")))) "1h5wycw8yj7q0grqsjnsqflmrlsdagvl2j4dsgdncci6mjc7fpa5"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-pytest" ,python-pytest))) `(("python-pytest" ,python-pytest)))