mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gwcs: Update to 0.25.1.
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.25.1. [native-inputs]: Remove python-setuptools-scm; add python-setuptools-next and python-setuptools-scm-next. Change-Id: I0117fcf2651d9517d8ea79dbbe286a10e0345994
This commit is contained in:
parent
c9ec55759f
commit
d7248c4904
1 changed files with 4 additions and 3 deletions
|
@ -4099,13 +4099,13 @@ specifically pulsar timing array signals.")
|
|||
(define-public python-gwcs
|
||||
(package
|
||||
(name "python-gwcs")
|
||||
(version "0.24.0")
|
||||
(version "0.25.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gwcs" version))
|
||||
(sha256
|
||||
(base32 "0q3f2rnl4d1p98kypr1jfkajwih22sbx3smn492yf9dbj92bv1v3"))))
|
||||
(base32 "0zr2mmad7qk1almw3kc3xqdhfkxbjg7yfc5a9cif4l0m8r11gr0x"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -4120,7 +4120,8 @@ specifically pulsar timing array signals.")
|
|||
(list python-pytest
|
||||
python-pytest-astropy
|
||||
python-pyyaml
|
||||
python-setuptools-scm
|
||||
python-setuptools-next
|
||||
python-setuptools-scm-next
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-asdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue