mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-click-threading: Update to 0.5.0.
* gnu/packages/python-xyz.scm (python-click-threading): Update to 0.5.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
ea7233befb
commit
aab9e79fa4
1 changed files with 2 additions and 2 deletions
|
@ -12774,13 +12774,13 @@ the construction of PyQt/PySide stylesheets.")
|
||||||
(define-public python-click-threading
|
(define-public python-click-threading
|
||||||
(package
|
(package
|
||||||
(name "python-click-threading")
|
(name "python-click-threading")
|
||||||
(version "0.4.4")
|
(version "0.5.0")
|
||||||
(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
|
||||||
"1rsxc2fbkxlhwhlmxsdjzq3spn284l6rvjfcz9mbb17ibgdgmc5j"))))
|
"0f9lmxwcq0y9lb8w0whbni7gwy12gbv74h1igh85qn9aq0iydkxd"))))
|
||||||
(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
Reference in a new issue