Archived
1
0
Fork 0

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>
This commit is contained in:
Tanguy Le Carrour 2020-03-21 12:26:22 +01:00 committed by Leo Famulari
parent 01e3044200
commit eac978eef8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -11160,14 +11160,14 @@ more, possibly remote, memcached servers.")
(define-public python-clikit (define-public python-clikit
(package (package
(name "python-clikit") (name "python-clikit")
(version "0.4.1") (version "0.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "clikit" version)) (uri (pypi-uri "clikit" version))
(sha256 (sha256
(base32 (base32
"10gab65pq0jdf589n33sj2513pxal2lisl4xwf1ijysdjxmpdr4a")))) "1jnnr21hvzx4i29nbph1z96ympv0njiwyvngjq48w1q05133cwzn"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pastel" ,python-pastel) `(("python-pastel" ,python-pastel)