gnu: python-xmltodict: Update to 0.12.0.
* gnu/packages/xml.scm (python-xmltodict): Update to 0.12.0.
This commit is contained in:
parent
d414563863
commit
f3e073b4fd
1 changed files with 2 additions and 2 deletions
|
@ -2054,14 +2054,14 @@ (define-public xmlrpc-c
|
|||
(define-public python-xmltodict
|
||||
(package
|
||||
(name "python-xmltodict")
|
||||
(version "0.11.0")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "xmltodict" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pxh4yjhvmxi1h6f92skv41g4kbsws3ams57150kzn18m907v3cg"))))
|
||||
"08cadlb9vsb4pmzc99lz3a2lx6qcfazyvgk10pcqijvyxlwcdn2h"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-coverage" ,python-coverage)
|
||||
|
|
Loading…
Reference in a new issue