mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: python-click-threading: Update to 0.4.4.
* gnu/packages/python.scm (python-click-threading): Update to 0.4.4.
This commit is contained in:
parent
bc6ca5237a
commit
8f25c2e438
1 changed files with 2 additions and 2 deletions
|
@ -6808,13 +6808,13 @@ for atomic file system operations.")
|
||||||
(define-public python-click-threading
|
(define-public python-click-threading
|
||||||
(package
|
(package
|
||||||
(name "python-click-threading")
|
(name "python-click-threading")
|
||||||
(version "0.4.3")
|
(version "0.4.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "click-threading" version))
|
(uri (pypi-uri "click-threading" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xs4bg2ws0zgyiplk312l049hi23c2zqf1g771rjhh5vr2msk4cg"))))
|
"1rsxc2fbkxlhwhlmxsdjzq3spn284l6rvjfcz9mbb17ibgdgmc5j"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-click" ,python-click)))
|
`(("python-click" ,python-click)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue