guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 20f90367dcef4ccb49c75afcc100134cd168ab71
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 16 23:44:06 2025 +0000
gnu: python-czml3: Update to 3.1.0.
* gnu/packages/astronomy.scm (python-czml3): Update to 3.1.0.
Change-Id: I15a1bddb69f2dd0e9487ffbe10fe51bdbc0ea6f8
---
gnu/packages/astronomy.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e8d297511e..1f344c7055 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4249,7 +4249,7 @@ Observatory}.")
(define-public python-czml3
(package
(name "python-czml3")
- (version "3.0.0")
+ (version "3.1.0")
(source
(origin
(method git-fetch)
@@ -4260,8 +4260,9 @@ Observatory}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0jqzhhw51q8cbgcwxdc9a5dfkxz5xs7f3x95darvslh9fdd09xgc"))))
+ (base32 "1ra0m0c4y6k2v0lzi73xfvq26pcvsspimzz237fcs4mbg35hjd4z"))))
(build-system pyproject-build-system)
+ ;; tests: 229 passed, 3 xfailed, 1 warning
(native-inputs
(list python-pytest
python-setuptools))