guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#35957] [PATCH] gnu: python-werkzeug: Update to 0.15.4


From: h.nasajpour
Subject: [bug#35957] [PATCH] gnu: python-werkzeug: Update to 0.15.4
Date: Tue, 28 May 2019 17:26:57 +0430

* gnu/packages/python-web.scm (python-werkzeug): Update to 0.15.4
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.17.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]