guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 9fbd819f987d617c5c3c05d442c98c26cfe64eb9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 15 20:39:07 2026 +0000
gnu: python-czml3: Update to 3.2.0.
* gnu/packages/astronomy.scm (python-czml3): Update to 3.2.0.
Change-Id: I5f5eb192ebb24e1887e45610e4493ecd4c5f7de1
---
gnu/packages/astronomy.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 91738ebe23..597c234345 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4314,7 +4314,7 @@ Observatory}.")
(define-public python-czml3
(package
(name "python-czml3")
- (version "3.1.0")
+ (version "3.2.0")
(source
(origin
(method git-fetch)
@@ -4325,9 +4325,9 @@ Observatory}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ra0m0c4y6k2v0lzi73xfvq26pcvsspimzz237fcs4mbg35hjd4z"))))
+ (base32 "1cxaxmvl8asrq4g8b0vcbij162lwf6c52ywh4bywys09zcbgw32z"))))
(build-system pyproject-build-system)
- ;; tests: 229 passed, 3 xfailed, 1 warning
+ ;; tests: 235 passed, 3 xfailed, 32 warnings
(native-inputs
(list python-pytest
python-setuptools))