mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-click: Update to 8.1.7.
* gnu/packages/python-xyz.scm (python-click): Update to 8.1.7. Change-Id: I9315c06c72459d5b04ef843b710c37fd79278a9a
This commit is contained in:
parent
dacc31c442
commit
aeaa390b71
1 changed files with 2 additions and 2 deletions
|
@ -5168,14 +5168,14 @@ (define-public python-cli-helpers
|
|||
(define-public python-click
|
||||
(package
|
||||
(name "python-click")
|
||||
(version "8.1.3")
|
||||
(version "8.1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "click" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13kvp8visj5xh9d43brnda6q0kc1s40flxa5cw0p0a9hzf5dr0kn"))))
|
||||
"1pm6khdv88h764scik67jki98xbyj367h591j8hpwy4y8nnm766a"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue