mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-clikit: Update to 0.4.1.
* gnu/packages/python-xyz.scm (python-clikit): Update to 0.4.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
20c9914eab
commit
4573b94d9d
1 changed files with 2 additions and 2 deletions
|
@ -10529,14 +10529,14 @@ more, possibly remote, memcached servers.")
|
||||||
(define-public python-clikit
|
(define-public python-clikit
|
||||||
(package
|
(package
|
||||||
(name "python-clikit")
|
(name "python-clikit")
|
||||||
(version "0.2.4")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "clikit" version))
|
(uri (pypi-uri "clikit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dc8czib5f4j9px1ivcpqnmivnx2zjpc0xb00ldrhsqylks7r06n"))))
|
"10gab65pq0jdf589n33sj2513pxal2lisl4xwf1ijysdjxmpdr4a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pastel" ,python-pastel)
|
`(("python-pastel" ,python-pastel)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue