mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-czml3: Update to 2.3.4.
* gnu/packages/astronomy.scm (python-czml3): Update to 2.3.4. Change-Id: I924e8f0e6e5414ce75b2edd829aaf1a2366c22bf
This commit is contained in:
parent
e1cf7d5900
commit
fdb19ee1dc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue