mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
40cfa25836
commit
9e2fc56061
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue