~ruther/guix-local

20f90367dcef4ccb49c75afcc100134cd168ab71 — Sharlatan Hellseher 6 months ago 04d6b38
gnu: python-czml3: Update to 3.1.0.

* gnu/packages/astronomy.scm (python-czml3): Update to 3.1.0.

Change-Id: I15a1bddb69f2dd0e9487ffbe10fe51bdbc0ea6f8
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -2
@@ 4249,7 4249,7 @@ Observatory}.")
(define-public python-czml3
  (package
    (name "python-czml3")
    (version "3.0.0")
    (version "3.1.0")
    (source
     (origin
       (method git-fetch)


@@ 4260,8 4260,9 @@ Observatory}.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0jqzhhw51q8cbgcwxdc9a5dfkxz5xs7f3x95darvslh9fdd09xgc"))))
        (base32 "1ra0m0c4y6k2v0lzi73xfvq26pcvsspimzz237fcs4mbg35hjd4z"))))
    (build-system pyproject-build-system)
    ;; tests: 229 passed, 3 xfailed, 1 warning
    (native-inputs
     (list python-pytest
           python-setuptools))