guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: python-werkzeug: Update to 0.11.15.


From: Tobias Geerinckx-Rice
Subject: 05/09: gnu: python-werkzeug: Update to 0.11.15.
Date: Mon, 2 Jan 2017 08:34:29 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit bbb99d6b37604661cda023d22e0f3c7f862490fe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 2 08:18:59 2017 +0100

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 380b19b..420873d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7764,14 +7764,14 @@ timestamps.")
 (define-public python-werkzeug
   (package
     (name "python-werkzeug")
-    (version "0.11.11")
+    (version "0.11.15")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Werkzeug" version))
        (sha256
         (base32
-         "1rgpq8a2qv26d75v9j3b074inirlyy6y4b5x4rxblp202jy4cb77"))))
+         "1h5wycw8yj7q0grqsjnsqflmrlsdagvl2j4dsgdncci6mjc7fpa5"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))



reply via email to

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