diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-09-16 19:06:35 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-09-16 21:51:43 +0200 |
commit | 3bd222e79d11e215eb69d7bbe7b728164f2dd845 (patch) | |
tree | 8aa43e32c4e199b4321516bbbdbda3e9879bcc57 | |
parent | b7ef1e4efb91e31b1a80814be7463cca7811b2cf (diff) | |
download | guix-3bd222e79d11e215eb69d7bbe7b728164f2dd845.tar guix-3bd222e79d11e215eb69d7bbe7b728164f2dd845.tar.gz |
gnu: python-relatorio: Update to 0.10.0.
* gnu/packages/python-xyz.scm (python-relatorio): Update to 0.10.0.
-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 c7045a604e..4cf7797f84 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17962,14 +17962,14 @@ information.") (define-public python-relatorio (package (name "python-relatorio") - (version "0.8.0") + (version "0.10.0") (source (origin (method url-fetch) (uri (pypi-uri "relatorio" version)) (sha256 (base32 - "1na6hlhz1awi1hbjg1gyclq0khz42iz90wvdjw7mmj655788bpxx")))) + "09nhrz80dfm60nssbvjgz4czzy4yzfa8gxczcdlzbgcnnvm914vb")))) (build-system python-build-system) (propagated-inputs `(("python-lxml" ,python-lxml) |