brettgilio pushed a commit to branch master
in repository guix.

commit db1adb424217999d7f51daa7798c521edb66ad40
Author: Brett Gilio <[email protected]>
Date:   Tue Dec 10 01:19:43 2019 -0600

    gnu: python-xmltodict: Adjust indentation.
    
    * gnu/packages/xml.scm (python-xmltodict): Correct indentation in the 
source block.
---
 gnu/packages/xml.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index b03324f..f251c2a 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)

Reply via email to