guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 0c90e98371225b9438d995bb651d36931da57c15 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Jul 22 14:35:09 2025 +0100 gnu: python-czml3: Update to 2.3.5. * gnu/packages/astronomy.scm (python-czml3): Update to 2.3.5. Change-Id: I06a595e7f7ee7b87d8efe8978b7fe9610ec27e0f --- 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 8a5cc416db..a4770108a1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3330,7 +3330,7 @@ files and provide related services.") (define-public python-czml3 (package (name "python-czml3") - (version "2.3.4") + (version "2.3.5") (source (origin (method git-fetch) @@ -3341,7 +3341,7 @@ files and provide related services.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ws26kx975c48s6zzj57fyi1d0aiv0arxcrb4hg7jdvhrcyh3nlk")))) + (base32 "1c2nw1rdllla76z8gkfv2a1dqc302cayhhkqn3xn4b0vgsn1z1k2")))) (build-system pyproject-build-system) (native-inputs (list python-pytest
