gnu: python-relatorio: Update to 0.10.0.

* gnu/packages/python-xyz.scm (python-relatorio): Update to 0.10.0.
This commit is contained in:
Hartmut Goebel 2021-09-16 19:06:35 +02:00
parent b7ef1e4efb
commit 3bd222e79d
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -17962,14 +17962,14 @@ (define-public python2-packaging-bootstrap
(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)