gnu: python-semver: Adjust indentation.
authorBrett Gilio <brettg@posteo.net>
Fri, 13 Dec 2019 12:56:12 +0000 (06:56 -0600)
committerBrett Gilio <brettg@posteo.net>
Fri, 13 Dec 2019 12:56:12 +0000 (06:56 -0600)
* gnu/packages/python-xyz.scm (python-semver): Adjust indentation.

gnu/packages/python-xyz.scm

index a66b1bb..3d1f8c0 100644 (file)
@@ -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)