guix-commits
[Top][All Lists]
Advanced

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

12/33: gnu: python-werkzeug: Update to 1.0.1.


From: guix-commits
Subject: 12/33: gnu: python-werkzeug: Update to 1.0.1.
Date: Sun, 20 Dec 2020 22:53:06 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit fed863bbc5c35f73ab49955dbe10b099dbe450fb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 19 00:33:44 2020 -0500

    gnu: python-werkzeug: Update to 1.0.1.
    
    * gnu/packages/python-web.scm (python-werkzeug): Update to 1.0.1.
    [home-page]: Update.
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1af9d25..ae249e8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3947,14 +3947,14 @@ List.  Forked from and using the same API as the 
publicsuffix package.")
 (define-public python-werkzeug
   (package
     (name "python-werkzeug")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Werkzeug" version))
        (sha256
         (base32
-         "15kh0z61klp62mrc1prka13xsshxn0rsp1j1s2964iw86yisi6qn"))))
+         "0z74sa1xw5h20yin9faj0vvdbq713cgbj84klc72jr9nmpjv303c"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -3969,7 +3969,7 @@ List.  Forked from and using the same API as the 
publicsuffix package.")
     (native-inputs
      `(("python-pytest" ,python-pytest)
        ("python-pytest-timeout" ,python-pytest-timeout)))
-    (home-page "https://www.palletsprojects.org/p/werkzeug/";)
+    (home-page "https://palletsprojects.com/p/werkzeug/";)
     (synopsis "Utilities for WSGI applications")
     (description "One of the most advanced WSGI utility modules.  It includes a
 powerful debugger, full-featured request and response objects, HTTP utilities 
to



reply via email to

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