guix-commits
[Top][All Lists]
Advanced

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

01/17: gnu: Add python-click@5.


From: guix-commits
Subject: 01/17: gnu: Add python-click@5.
Date: Mon, 29 Jun 2020 10:46:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ee81abe23c4d17094df3b17e701d22aaccdc87e8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 29 15:15:12 2020 +0200

    gnu: Add python-click@5.
    
    * gnu/packages/python-xyz.scm (python-click-5): New public variable.
---
 gnu/packages/python-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f7ef5da..f52132c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2431,6 +2431,18 @@ with sensible defaults out of the box.")
 (define-public python2-click
   (package-with-python2 python-click))
 
+(define-public python-click-5
+  (package (inherit python-click)
+    (name "python-click")
+    (version "5.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "click" version))
+       (sha256
+        (base32 "0njsm0wn31l21bi118g5825ma5sa3rwn7v2x4wjd7yiiahkri337"))))
+    (arguments `())))
+
 (define-public python-wheel
   (package
     (name "python-wheel")



reply via email to

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