diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-16 23:44:06 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-30 11:40:46 +0000 |
| commit | 20f90367dcef4ccb49c75afcc100134cd168ab71 (patch) | |
| tree | 8abcb25f198a609398da6de76225b61cc32896ae /gnu | |
| parent | 04d6b38dba2eb74846e8f5a0f7cbfa2f22cf1713 (diff) | |
gnu: python-czml3: Update to 3.1.0.
* gnu/packages/astronomy.scm (python-czml3): Update to 3.1.0.
Change-Id: I15a1bddb69f2dd0e9487ffbe10fe51bdbc0ea6f8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 5 |
1 files 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)) |
