mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-cleo: Update to 0.7.6.
* gnu/packages/python-xyz.scm (python-cleo): Update to 0.7.6. [propagated-inputs]: Add python-clikit. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
4573b94d9d
commit
0c101a04f0
1 changed files with 3 additions and 2 deletions
|
@ -10432,13 +10432,13 @@ (define-public python2-pylev
|
||||||
(define-public python-cleo
|
(define-public python-cleo
|
||||||
(package
|
(package
|
||||||
(name "python-cleo")
|
(name "python-cleo")
|
||||||
(version "0.6.8")
|
(version "0.7.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cleo" version))
|
(uri (pypi-uri "cleo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06zp695hq835rkaq6irr1ds1dp2qfzyf32v60vxpd8rcnxv319l5"))))
|
"02dlc0rn43zgvw0s5v4j80bca9n1jfpwy3r78gn9qjgk0qj39kwr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`( ;; For testing
|
`( ;; For testing
|
||||||
|
@ -10447,6 +10447,7 @@ (define-public python-cleo
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-backpack" ,python-backpack)
|
`(("python-backpack" ,python-backpack)
|
||||||
|
("python-clikit" ,python-clikit)
|
||||||
("python-pastel" ,python-pastel)
|
("python-pastel" ,python-pastel)
|
||||||
("python-pylev" ,python-pylev)))
|
("python-pylev" ,python-pylev)))
|
||||||
(home-page "https://github.com/sdispater/cleo")
|
(home-page "https://github.com/sdispater/cleo")
|
||||||
|
|
Loading…
Reference in a new issue