mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gwcs: Update to 0.24.0.
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.24.0. Change-Id: I83e762ab80b9dac07f4e6879c9c4e5b1d7e50175
This commit is contained in:
parent
6d20e9de90
commit
95d4ab9e63
1 changed files with 2 additions and 2 deletions
|
@ -2785,13 +2785,13 @@ across many files.")
|
||||||
(define-public python-gwcs
|
(define-public python-gwcs
|
||||||
(package
|
(package
|
||||||
(name "python-gwcs")
|
(name "python-gwcs")
|
||||||
(version "0.22.1")
|
(version "0.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "gwcs" version))
|
(uri (pypi-uri "gwcs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lvab51ryfb4sjsnckmap7idh29as2mjngkyin4ngfy7hdzknvg9"))))
|
(base32 "0q3f2rnl4d1p98kypr1jfkajwih22sbx3smn492yf9dbj92bv1v3"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue