guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d6b9b85df05c3646e8fd65f208335ed67105e7ab
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Nov 17 21:35:04 2025 +0000

    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
---
 gnu/packages/astronomy.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a99bd76f23..d09fe26cdc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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

Reply via email to