gnu: Add python-click@5.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 29 Jun 2020 13:15:12 +0000 (15:15 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 29 Jun 2020 13:47:11 +0000 (15:47 +0200)
* gnu/packages/python-xyz.scm (python-click-5): New public variable.

gnu/packages/python-xyz.scm

index f7ef5da..f52132c 100644 (file)
@@ -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")