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

View file

@ -5168,14 +5168,14 @@ (define-public python-cli-helpers
(define-public python-click (define-public python-click
(package (package
(name "python-click") (name "python-click")
(version "8.1.3") (version "8.1.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "click" version)) (uri (pypi-uri "click" version))
(sha256 (sha256
(base32 (base32
"13kvp8visj5xh9d43brnda6q0kc1s40flxa5cw0p0a9hzf5dr0kn")))) "1pm6khdv88h764scik67jki98xbyj367h591j8hpwy4y8nnm766a"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases