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:
Sharlatan Hellseher 2025-07-22 09:12:45 +01:00
parent c9ec55759f
commit d7248c4904
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4099,13 +4099,13 @@ specifically pulsar timing array signals.")
(define-public python-gwcs (define-public python-gwcs
(package (package
(name "python-gwcs") (name "python-gwcs")
(version "0.24.0") (version "0.25.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "gwcs" version)) (uri (pypi-uri "gwcs" version))
(sha256 (sha256
(base32 "0q3f2rnl4d1p98kypr1jfkajwih22sbx3smn492yf9dbj92bv1v3")))) (base32 "0zr2mmad7qk1almw3kc3xqdhfkxbjg7yfc5a9cif4l0m8r11gr0x"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -4120,7 +4120,8 @@ specifically pulsar timing array signals.")
(list python-pytest (list python-pytest
python-pytest-astropy python-pytest-astropy
python-pyyaml python-pyyaml
python-setuptools-scm python-setuptools-next
python-setuptools-scm-next
python-wheel)) python-wheel))
(propagated-inputs (propagated-inputs
(list python-asdf (list python-asdf