guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: Add python-uritemplate-3.


From: guix-commits
Subject: 03/08: gnu: Add python-uritemplate-3.
Date: Mon, 20 Mar 2023 12:34:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6ec585fb3ec6cbbccdc5cfafa1c8e93acc014c51
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 20 11:20:32 2023 +0200

    gnu: Add python-uritemplate-3.
    
    * gnu/packages/python-web.scm (python-uritemplate-3): New variable.
---
 gnu/packages/python-web.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c9f6cfd265..876947bcc2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4447,6 +4447,17 @@ Templates.")
     ;; are made under *both* licenses (excerpt from the LICENSE file).
     (license (list license:bsd-2 license:asl2.0))))
 
+(define-public python-uritemplate-3
+  (package
+    (inherit python-uritemplate)
+    (name "python-uritemplate")
+    (version "3.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "uritemplate" version))
+              (sha256
+               (base32 
"1bkwmgr0ia9gcn4bszs2xlvml79f0bi2s4a87xg22ky9rq8avy2s"))))))
+
 (define-public python-publicsuffix
   (package
     (name "python-publicsuffix")



reply via email to

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