diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-22 14:35:09 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 22:13:39 +0100 |
commit | 9e2fc5606159867e5b7fe3670dd244f7efe347dc (patch) | |
tree | 01cbab9570544a0d53774892757b2b247e603954 | |
parent | 40cfa258363d46f891a25369e18d87f3899e9247 (diff) |
gnu: python-czml3: Update to 2.3.5.
* gnu/packages/astronomy.scm (python-czml3): Update to 2.3.5.
Change-Id: I06a595e7f7ee7b87d8efe8978b7fe9610ec27e0f
-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 8a5cc416db..a4770108a1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3330,7 +3330,7 @@ files and provide related services.") (define-public python-czml3 (package (name "python-czml3") - (version "2.3.4") + (version "2.3.5") (source (origin (method git-fetch) @@ -3341,7 +3341,7 @@ files and provide related services.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ws26kx975c48s6zzj57fyi1d0aiv0arxcrb4hg7jdvhrcyh3nlk")))) + (base32 "1c2nw1rdllla76z8gkfv2a1dqc302cayhhkqn3xn4b0vgsn1z1k2")))) (build-system pyproject-build-system) (native-inputs (list python-pytest |