gnu: python-semver: Adjust indentation.
* gnu/packages/python-xyz.scm (python-semver): Adjust indentation.
This commit is contained in:
parent
c587482dcb
commit
2ecbba2408
1 changed files with 6 additions and 6 deletions
|
@ -14329,12 +14329,12 @@ such as figshare or Zenodo.")
|
||||||
(name "python-semver")
|
(name "python-semver")
|
||||||
(version "2.9.0")
|
(version "2.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "semver" version))
|
(uri (pypi-uri "semver" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"183kg1rhzz3hqizvphkd8hlbf1zxfx8737zhfkmqzxi71jmdw7pd"))))
|
"183kg1rhzz3hqizvphkd8hlbf1zxfx8737zhfkmqzxi71jmdw7pd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-tox" ,python-tox)
|
`(("python-tox" ,python-tox)
|
||||||
|
|
Reference in a new issue