gnu: python-czml3: Adjust indentation.
* gnu/packages/astronomy.scm (python-czml3): Adjust indentation. Change-Id: I28fefff7cec5d6c1d69ce4b760da607289ce6e1emaster
parent
825754d07c
commit
087ec72e15
|
@ -2218,15 +2218,15 @@ files and provide related services.")
|
||||||
(package
|
(package
|
||||||
(name "python-czml3")
|
(name "python-czml3")
|
||||||
(version "1.0.1")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/poliastro/czml3")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/poliastro/czml3")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"1vm9ajpnwxncvsl1ix3jarqyi14b0703g12wsr8b0agkrjlpmvmx"))))
|
(base32 "1vm9ajpnwxncvsl1ix3jarqyi14b0703g12wsr8b0agkrjlpmvmx"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-attrs
|
(list python-attrs
|
||||||
|
|
Reference in New Issue