guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit 9b564644d569180475fdde833d266396328782a2
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 c5ceef5f4b..d4194bf67d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3568,7 +3568,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)
@@ -3579,7 +3579,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

Reply via email to