me
/
guix
Archived
1
0
Fork 0

gnu: python-czml3: Adjust indentation.

* gnu/packages/astronomy.scm (python-czml3): Adjust indentation.

Change-Id: I28fefff7cec5d6c1d69ce4b760da607289ce6e1e
master
Sharlatan Hellseher 2024-07-01 22:40:53 +01:00
parent 825754d07c
commit 087ec72e15
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 9 additions and 9 deletions

View File

@ -2218,15 +2218,15 @@ files and provide related services.")
(package
(name "python-czml3")
(version "1.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/poliastro/czml3")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1vm9ajpnwxncvsl1ix3jarqyi14b0703g12wsr8b0agkrjlpmvmx"))))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/poliastro/czml3")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1vm9ajpnwxncvsl1ix3jarqyi14b0703g12wsr8b0agkrjlpmvmx"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-attrs