gnu: python-werkzeug: Update to 0.11.11.
authorLeo Famulari <leo@famulari.name>
Fri, 7 Oct 2016 05:37:46 +0000 (01:37 -0400)
committerLeo Famulari <leo@famulari.name>
Sun, 16 Oct 2016 13:26:35 +0000 (09:26 -0400)
* gnu/packages/python.scm (python-werkzeug, python2-werkzeug):
Update to 0.11.11.

gnu/packages/python.scm

index aba3e79..2872a2e 100644 (file)
@@ -6974,14 +6974,14 @@ timestamps.")
 (define-public python-werkzeug
   (package
     (name "python-werkzeug")
-    (version "0.11.5")
+    (version "0.11.11")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Werkzeug" version))
        (sha256
         (base32
-         "0r41xqp4cypzcgsf6zbspbqd272wnzf20igb4w4b5wzfhgqh9nxg"))))
+         "1rgpq8a2qv26d75v9j3b074inirlyy6y4b5x4rxblp202jy4cb77"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))