guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit a3eae911b5e67bab7370b526e6b37f3e4e8edc2d Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Aug 14 21:35:54 2025 +0100 gnu: python-czml3: Update to 2.3.6. * gnu/packages/astronomy.scm (python-czml3): Update to 2.3.6. Change-Id: I685ed936cdcb353f8690699932ff739035a46866 --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4317a57af8..d74b5f1946 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3497,7 +3497,7 @@ files and provide related services.") (define-public python-czml3 (package (name "python-czml3") - (version "2.3.5") + (version "2.3.6") (source (origin (method git-fetch) @@ -3508,7 +3508,7 @@ files and provide related services.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1c2nw1rdllla76z8gkfv2a1dqc302cayhhkqn3xn4b0vgsn1z1k2")))) + (base32 "1b8zsbixa0n1zqjs497i0f3v7fr0vgj7jxqdsiqg0g5l66gq0c4f")))) (build-system pyproject-build-system) (native-inputs (list python-pytest
