mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
01e3044200
commit
eac978eef8
1 changed files with 2 additions and 2 deletions
|
@ -11160,14 +11160,14 @@ (define-public python-memcached
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue