guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-xmltodict: Adjust indentation.


From: guix-commits
Subject: 02/02: gnu: python-xmltodict: Adjust indentation.
Date: Tue, 10 Dec 2019 02:30:52 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit db1adb424217999d7f51daa7798c521edb66ad40
Author: Brett Gilio <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]