mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-gwcs: Update to 0.21.0.
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.21.0. Change-Id: I3e634366c4eaf36b76dd7e3e120fb3ed0b21dcab
This commit is contained in:
parent
988c730a9a
commit
91a8fccf61
1 changed files with 2 additions and 2 deletions
|
@ -4567,13 +4567,13 @@ (define python-asdf-wcs-schemas
|
|||
(define-public python-gwcs
|
||||
(package
|
||||
(name "python-gwcs")
|
||||
(version "0.20.0")
|
||||
(version "0.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gwcs" version))
|
||||
(sha256
|
||||
(base32 "1vhvs0mcwrw0128q9pd9v21wl173lspj5rvygqr19ljncralbx73"))))
|
||||
(base32 "1fn5l4v236bl7xqi1is40c2q57dji8by98iwqcndfnmjwqf7zllc"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-jsonschema
|
||||
|
|
Loading…
Reference in a new issue