~ruther/guix-local

d6b9b85df05c3646e8fd65f208335ed67105e7ab — Sharlatan Hellseher 3 months ago 67f1d3f
gnu: python-czml3: Update to 3.0.0.

* gnu/packages/astronomy.scm (python-czml3): Update to 3.0.0.
[native-inputs]: Remove python-wheel.

Change-Id: I7f0db15c028eee393fff73d980dc1b89eaa54c3e
1 files changed, 7 insertions(+), 8 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +7 -8
@@ 4074,23 4074,22 @@ Observatory}.")
(define-public python-czml3
  (package
    (name "python-czml3")
    (version "2.3.6")
    (version "3.0.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             ;; Maintainer of the project has been changed, see
             ;; <https://github.com/poliastro/czml3/issues/112>.
             (url "https://github.com/Stoops-ML/czml3")
             (commit (string-append "v" version))))
              ;; Maintainer of the project has been changed, see
              ;; <https://github.com/poliastro/czml3/issues/112>.
              (url "https://github.com/Stoops-ML/czml3")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1b8zsbixa0n1zqjs497i0f3v7fr0vgj7jxqdsiqg0g5l66gq0c4f"))))
        (base32 "0jqzhhw51q8cbgcwxdc9a5dfkxz5xs7f3x95darvslh9fdd09xgc"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-setuptools
           python-wheel))
           python-setuptools))
    (propagated-inputs
     (list python-dateutil
           python-numpy