diff options
author | Brett Gilio <brettg@posteo.net> | 2019-12-10 01:19:43 -0600 |
---|---|---|
committer | Brett Gilio <brettg@posteo.net> | 2019-12-10 01:19:43 -0600 |
commit | db1adb424217999d7f51daa7798c521edb66ad40 (patch) | |
tree | 3ff34692236cc130218e7e1353d2735f99600871 | |
parent | f3e073b4fd060ef3a0345dda374a39473dece706 (diff) | |
download | patches-db1adb424217999d7f51daa7798c521edb66ad40.tar patches-db1adb424217999d7f51daa7798c521edb66ad40.tar.gz |
gnu: python-xmltodict: Adjust indentation.
* gnu/packages/xml.scm (python-xmltodict): Correct indentation in the source block.
-rw-r--r-- | gnu/packages/xml.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b03324ff3f..f251c2a373 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -2056,12 +2056,12 @@ modular implementation of XML-RPC for C and C++.") (name "python-xmltodict") (version "0.12.0") (source - (origin - (method url-fetch) - (uri (pypi-uri "xmltodict" version)) - (sha256 - (base32 - "08cadlb9vsb4pmzc99lz3a2lx6qcfazyvgk10pcqijvyxlwcdn2h")))) + (origin + (method url-fetch) + (uri (pypi-uri "xmltodict" version)) + (sha256 + (base32 + "08cadlb9vsb4pmzc99lz3a2lx6qcfazyvgk10pcqijvyxlwcdn2h")))) (build-system python-build-system) (native-inputs `(("python-coverage" ,python-coverage) |