me
/
guix
Archived
1
0
Fork 0

gnu: python-relatorio: Update to 0.10.0.

* gnu/packages/python-xyz.scm (python-relatorio): Update to 0.10.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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)