diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2020-07-31 13:44:40 +0200 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-08-05 16:07:18 -0400 |
commit | 993391c0e129606050045abef4617149fd353568 (patch) | |
tree | 4355f87e46d0a33e99679c3afe629c2f7082683c /gnu | |
parent | 2a11d231d9db6160806aef896673bd4337686255 (diff) | |
download | guix-993391c0e129606050045abef4617149fd353568.tar.gz guix-993391c0e129606050045abef4617149fd353568.zip |
gnu: python-cleo: Update to 0.8.1.
* gnu/packages/python-xyz.scm (python-cleo): Update to 0.8.1.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9ab0b12383..d3e916c5dd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12214,13 +12214,13 @@ Wikipedia code samples at (define-public python-cleo (package (name "python-cleo") - (version "0.7.6") + (version "0.8.1") (source (origin (method url-fetch) (uri (pypi-uri "cleo" version)) (sha256 (base32 - "02dlc0rn43zgvw0s5v4j80bca9n1jfpwy3r78gn9qjgk0qj39kwr")))) + "17q6wi3q280kxmxzb2iwnnqih2xbljn18v0bjx2ip18p079j43ix")))) (build-system python-build-system) (native-inputs `( ;; For testing |