gnu: python-czml3: Update to 2.3.5.

* gnu/packages/astronomy.scm (python-czml3): Update to 2.3.5.

Change-Id: I06a595e7f7ee7b87d8efe8978b7fe9610ec27e0f
This commit is contained in:
Sharlatan Hellseher 2025-07-22 14:35:09 +01:00
parent 40cfa25836
commit 9e2fc56061
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3330,7 +3330,7 @@ files and provide related services.")
(define-public python-czml3 (define-public python-czml3
(package (package
(name "python-czml3") (name "python-czml3")
(version "2.3.4") (version "2.3.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3341,7 +3341,7 @@ files and provide related services.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ws26kx975c48s6zzj57fyi1d0aiv0arxcrb4hg7jdvhrcyh3nlk")))) (base32 "1c2nw1rdllla76z8gkfv2a1dqc302cayhhkqn3xn4b0vgsn1z1k2"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-pytest (list python-pytest