mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add python-click@5.
* gnu/packages/python-xyz.scm (python-click-5): New public variable.
This commit is contained in:
parent
4726020546
commit
ee81abe23c
1 changed files with 12 additions and 0 deletions
|
@ -2431,6 +2431,18 @@ (define-public python-click
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue