Message ID | 20190528125657.5238-1-h.nasajpour@pantherx.org |
---|---|
State | Accepted |
Headers | show |
Series | [bug#35957] gnu: python-werkzeug: Update to 0.15.4 | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | success | Successfully applied |
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5d37e171e4..65bc5e768c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2676,14 +2676,14 @@ List. Forked from and using the same API as the publicsuffix package.") (define-public python-werkzeug (package (name "python-werkzeug") - (version "0.14.1") + (version "0.15.4") (source (origin (method url-fetch) (uri (pypi-uri "werkzeug" version)) (sha256 (base32 - "0z2m4snn1vc9518r2vzgdj1nc90kcgi60wijvd29yvcp85ypmzf3")))) + "19kwa1va46jyrhy47fn3a44js1882zrvh70n14mgp0jrh7q1bfd0")))) (build-system python-build-system) (arguments '(#:phases