diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2020-03-21 12:26:22 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-24 17:10:20 -0400 |
commit | eac978eef875f20725c4e5f27875bc08e48ca8de (patch) | |
tree | a39d2e3f863c4819d311e63234a518d80acd5d5e | |
parent | 01e30442007a5d2b0f8c443896f7d6dc850b140f (diff) |
gnu: python-clikit: Update to 0.4.2.
* gnu/packages/python-xyz.scm (python-clikit): Update to 0.4.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ea2b14a6ec..e35a261ca4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11160,14 +11160,14 @@ more, possibly remote, memcached servers.") (define-public python-clikit (package (name "python-clikit") - (version "0.4.1") + (version "0.4.2") (source (origin (method url-fetch) (uri (pypi-uri "clikit" version)) (sha256 (base32 - "10gab65pq0jdf589n33sj2513pxal2lisl4xwf1ijysdjxmpdr4a")))) + "1jnnr21hvzx4i29nbph1z96ympv0njiwyvngjq48w1q05133cwzn")))) (build-system python-build-system) (propagated-inputs `(("python-pastel" ,python-pastel) |