gnu: Add python-click@5.

* gnu/packages/python-xyz.scm (python-click-5): New public variable.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-29 15:15:12 +02:00
parent 4726020546
commit ee81abe23c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2431,6 +2431,18 @@ (define-public python-click
(define-public python2-click (define-public python2-click
(package-with-python2 python-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 (define-public python-wheel
(package (package
(name "python-wheel") (name "python-wheel")