~ruther/guix-local

087ec72e150effb16e5b266020ce91038389c944 — Sharlatan Hellseher 2 years ago 825754d
gnu: python-czml3: Adjust indentation.

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

Change-Id: I28fefff7cec5d6c1d69ce4b760da607289ce6e1e
1 files changed, 9 insertions(+), 9 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +9 -9
@@ 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