me
/
guix
Archived
1
0
Fork 0

gnu: Add python-click-8.

* gnu/packages/python-xyz.scm (python-click-8): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Jai Vetrivelan 2022-04-14 12:30:28 +05:30 committed by Ludovic Courtès
parent 2d908f9d56
commit 1439bc9dbb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 12 additions and 0 deletions

View File

@ -3510,6 +3510,18 @@ with sensible defaults out of the box.")
(base32 "0njsm0wn31l21bi118g5825ma5sa3rwn7v2x4wjd7yiiahkri337"))))
(arguments `())))
(define-public python-click-8
(package (inherit python-click)
(name "python-click")
(version "8.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "click" version))
(sha256
(base32 "0whs38a2i0561kwbgigs6vic9r0a1887m2v1aw3rmv6r2kz0g5s7"))))
(arguments `())))
(define-public python-cligj
(package
(name "python-cligj")