guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e8b96c547fd10ae4c52903e8813babed8a15be82
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 5a8f3652eb..de0fa0a1df 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3490,7 +3490,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)
@@ -3501,7 +3501,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