* [bug#39440] [PATCH] gnu: python-cleo: Update to 0.7.6.
@ 2020-02-05 17:06 Tanguy Le Carrour
2020-02-05 20:59 ` bug#39440: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Tanguy Le Carrour @ 2020-02-05 17:06 UTC (permalink / raw)
To: 39440; +Cc: Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-cleo): Update to 0.7.6.
[propagated-inputs]: Add python-clikit.
---
gnu/packages/python-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 74653c542f..dcc1595446 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10432,13 +10432,13 @@ Wikipedia code samples at
(define-public python-cleo
(package
(name "python-cleo")
- (version "0.6.8")
+ (version "0.7.6")
(source (origin
(method url-fetch)
(uri (pypi-uri "cleo" version))
(sha256
(base32
- "06zp695hq835rkaq6irr1ds1dp2qfzyf32v60vxpd8rcnxv319l5"))))
+ "02dlc0rn43zgvw0s5v4j80bca9n1jfpwy3r78gn9qjgk0qj39kwr"))))
(build-system python-build-system)
(native-inputs
`( ;; For testing
@@ -10447,6 +10447,7 @@ Wikipedia code samples at
("python-pytest" ,python-pytest)))
(propagated-inputs
`(("python-backpack" ,python-backpack)
+ ("python-clikit" ,python-clikit)
("python-pastel" ,python-pastel)
("python-pylev" ,python-pylev)))
(home-page "https://github.com/sdispater/cleo")
--
2.25.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39440: [PATCH] gnu: python-cleo: Update to 0.7.6.
2020-02-05 17:06 [bug#39440] [PATCH] gnu: python-cleo: Update to 0.7.6 Tanguy Le Carrour
@ 2020-02-05 20:59 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-02-05 20:59 UTC (permalink / raw)
To: Tanguy Le Carrour, 39440-done
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
Tanguy Le Carrour <tanguy@bioneland.org> writes:
> * gnu/packages/python-xyz.scm (python-cleo): Update to 0.7.6.
> [propagated-inputs]: Add python-clikit.
Applied, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-05 21:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-05 17:06 [bug#39440] [PATCH] gnu: python-cleo: Update to 0.7.6 Tanguy Le Carrour
2020-02-05 20:59 ` bug#39440: " Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).