mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: python-gwcs: Update to 0.19.0.
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.19.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
0052743c91
commit
de10624658
1 changed files with 2 additions and 2 deletions
|
@ -3849,13 +3849,13 @@ (define python-asdf-wcs-schemas
|
|||
(define-public python-gwcs
|
||||
(package
|
||||
(name "python-gwcs")
|
||||
(version "0.18.3")
|
||||
(version "0.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gwcs" version))
|
||||
(sha256
|
||||
(base32 "0mgyk5mgmj242g8nl7glcj689vry3ncwf04b8q3hasjcc9bs0rm4"))))
|
||||
(base32 "1f3h41aq4nwcl6k80jb9s8shn2mhvz32mx9qhcm1xmcqrflqyf52"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-jsonschema
|
||||
|
|
Loading…
Reference in a new issue