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:
Arun Isaac 2024-02-28 23:24:59 +00:00
parent dacc31c442
commit aeaa390b71
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -5168,14 +5168,14 @@ interfaces.")
(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