me
/
guix
Archived
1
0
Fork 0

gnu: python-xmltodict: Update to 0.12.0.

* gnu/packages/xml.scm (python-xmltodict): Update to 0.12.0.
master
Brett Gilio 2019-12-10 01:17:47 -06:00
parent d414563863
commit f3e073b4fd
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 2 additions and 2 deletions

View File

@ -2054,14 +2054,14 @@ modular implementation of XML-RPC for C and C++.")
(define-public python-xmltodict (define-public python-xmltodict
(package (package
(name "python-xmltodict") (name "python-xmltodict")
(version "0.11.0") (version "0.12.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "xmltodict" version)) (uri (pypi-uri "xmltodict" version))
(sha256 (sha256
(base32 (base32
"1pxh4yjhvmxi1h6f92skv41g4kbsws3ams57150kzn18m907v3cg")))) "08cadlb9vsb4pmzc99lz3a2lx6qcfazyvgk10pcqijvyxlwcdn2h"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-coverage" ,python-coverage) `(("python-coverage" ,python-coverage)