htgoebel pushed a commit to branch master in repository guix. commit 3bd222e79d11e215eb69d7bbe7b728164f2dd845 Author: Hartmut Goebel <h.goe...@crazy-compilers.com> AuthorDate: Thu Sep 16 19:06:35 2021 +0200
gnu: python-relatorio: Update to 0.10.0. * gnu/packages/python-xyz.scm (python-relatorio): Update to 0.10.0. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c7045a6..4cf7797 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)