1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add python-click-8.1.

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

Change-Id: Ib574dc4b1ec0d4dc06bb1fd844afbdbea345fc17
This commit is contained in:
Sharlatan Hellseher
2026-03-23 23:10:12 +00:00
parent 6ffddadc45
commit 7f5a7c4c54

View File

@@ -8336,6 +8336,25 @@ with sensible defaults out of the box.")
(native-inputs
(list python-setuptools))))
(define-public python-click-8.1
(package
(inherit python-click)
(name "python-click")
(version "8.1.7")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/pallets/click")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "132frw2g4i3s7kv325ah85wav5h92fv3n00wknhcgr5h3hlqi2pi"))))
(native-inputs
(list less
python-pytest
python-setuptools))))
(define-public python-clickgen
(package
(name "python-clickgen")