diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-17 11:31:40 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-28 22:44:01 +0000 |
commit | fdb19ee1dcf54960ea6100d4e3b458a3018c22c3 (patch) | |
tree | 02db940b731f5da4ba2af76263b971b3c34a5c78 /gnu/packages/astronomy.scm | |
parent | e1cf7d5900d30323f48e00e0f2ff6145eb4534a7 (diff) |
gnu: python-czml3: Update to 2.3.4.
* gnu/packages/astronomy.scm (python-czml3): Update to 2.3.4.
Change-Id: I924e8f0e6e5414ce75b2edd829aaf1a2366c22bf
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 33264de56c..32ddad9b1c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2276,7 +2276,7 @@ files and provide related services.") (define-public python-czml3 (package (name "python-czml3") - (version "2.3.0") + (version "2.3.4") (source (origin (method git-fetch) @@ -2287,7 +2287,7 @@ files and provide related services.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1125239knl4w2njnrqvdc5qzjvq80zlf247z72za7qz6k0rnv3rw")))) + (base32 "1ws26kx975c48s6zzj57fyi1d0aiv0arxcrb4hg7jdvhrcyh3nlk")))) (build-system pyproject-build-system) (native-inputs (list python-pytest |