From d6b9b85df05c3646e8fd65f208335ed67105e7ab Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 17 Nov 2025 21:35:04 +0000 Subject: [PATCH] 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 a99bd76f236248d2d0fd0508e8fbb47ad56477a6..d09fe26cdcffb80a644a4237bc47cf9d52b8fd38 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 - ;; . - (url "https://github.com/Stoops-ML/czml3") - (commit (string-append "v" version)))) + ;; Maintainer of the project has been changed, see + ;; . + (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