diff options
author | Brett Gilio <brettg@posteo.net> | 2019-12-10 01:17:47 -0600 |
---|---|---|
committer | Brett Gilio <brettg@posteo.net> | 2019-12-10 01:17:47 -0600 |
commit | f3e073b4fd060ef3a0345dda374a39473dece706 (patch) | |
tree | 662c7a2a489ae61a32a1fcfb3607315cb5f7a3fc /gnu | |
parent | d4145638631f2ebe94fa93fef326da83dd85732b (diff) | |
download | patches-f3e073b4fd060ef3a0345dda374a39473dece706.tar patches-f3e073b4fd060ef3a0345dda374a39473dece706.tar.gz |
gnu: python-xmltodict: Update to 0.12.0.
* gnu/packages/xml.scm (python-xmltodict): Update to 0.12.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index fd49a9c5bd..b03324ff3f 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -2054,14 +2054,14 @@ modular implementation of XML-RPC for C and 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) |