guix-commits
[Top][All Lists]
Advanced

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

01/57: gnu: python-uritemplate: Update to 3.0.1.


From: guix-commits
Subject: 01/57: gnu: python-uritemplate: Update to 3.0.1.
Date: Tue, 22 Sep 2020 12:43:29 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a13b522078a02b6df7f0494c0bd0ecec0e476e73
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 11 17:26:58 2020 +0200

    gnu: python-uritemplate: Update to 3.0.1.
    
    * gnu/packages/python-web.scm (python-uritemplate): Update to 3.0.1.
---
 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 b5d4a62..ef0c0ea 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3333,14 +3333,14 @@ authentication for Flask routes.")
 (define-public python-uritemplate
   (package
     (name "python-uritemplate")
-    (version "3.0.0")
+    (version "3.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "uritemplate" version))
        (sha256
         (base32
-         "0781gm9g34wa0asc19dx81ng0nqq07igzv3bbvdqmz13pv7469n0"))))
+         "1bkwmgr0ia9gcn4bszs2xlvml79f0bi2s4a87xg22ky9rq8avy2s"))))
     (build-system python-build-system)
     (home-page "https://uritemplate.readthedocs.org";)
     (synopsis "Library to deal with URI Templates")



reply via email to

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