summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanguy Le Carrour <tanguy@bioneland.org>2021-11-25 12:33:15 +0100
committerLeo Famulari <leo@famulari.name>2021-11-25 14:10:42 -0500
commitaab9e79fa4a09459e35561d69cc140b6142dcb49 (patch)
tree70dccc283ad6b8e465d360c681580dd96b3646ae
parentea7233befb9570cce47e5ca71725b285a580cd22 (diff)
downloadguix-aab9e79fa4a09459e35561d69cc140b6142dcb49.tar.gz
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>
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 34d4910194..6de20d8af9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12774,13 +12774,13 @@ the construction of PyQt/PySide stylesheets.")
 (define-public python-click-threading
   (package
     (name "python-click-threading")
-    (version "0.4.4")
+    (version "0.5.0")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "click-threading" version))
              (sha256
               (base32
-               "1rsxc2fbkxlhwhlmxsdjzq3spn284l6rvjfcz9mbb17ibgdgmc5j"))))
+               "0f9lmxwcq0y9lb8w0whbni7gwy12gbv74h1igh85qn9aq0iydkxd"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-click" ,python-click)))