guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-semver: Adjust indentation.


From: guix-commits
Subject: 03/03: gnu: python-semver: Adjust indentation.
Date: Fri, 13 Dec 2019 07:56:29 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 2ecbba24082c6cf9e8ea40563433fe94f905ad07
Author: Brett Gilio <address@hidden>
Date:   Fri Dec 13 06:56:12 2019 -0600

    gnu: python-semver: Adjust indentation.
    
    * gnu/packages/python-xyz.scm (python-semver): Adjust indentation.
---
 gnu/packages/python-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a66b1bb..3d1f8c0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14329,12 +14329,12 @@ such as figshare or Zenodo.")
     (name "python-semver")
     (version "2.9.0")
     (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "semver" version))
-        (sha256
-          (base32
-            "183kg1rhzz3hqizvphkd8hlbf1zxfx8737zhfkmqzxi71jmdw7pd"))))
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "semver" version))
+       (sha256
+        (base32
+         "183kg1rhzz3hqizvphkd8hlbf1zxfx8737zhfkmqzxi71jmdw7pd"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-tox" ,python-tox)



reply via email to

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