guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 7845daadeba4f66b2bfe7803a8a5ad581183d927 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Aug 21 11:02:59 2025 +0100 gnu: python-specutils: Update to 2.1.0. * gnu/packages/astronomy.scm (python-specutils): Update to 2.1.0. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: I45047dab9f64cbcedb78da43757a24d5da3b7b3f --- gnu/packages/astronomy.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 316e9eacc3..d80a22a49e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7204,13 +7204,13 @@ of axis order, spatial projections, and spectral units that exist in the wild. (define-public python-specutils (package (name "python-specutils") - (version "2.0.0") + (version "2.1.0") (source (origin (method url-fetch) (uri (pypi-uri "specutils" version)) (sha256 - (base32 "0ngq4r7awkbwdbi7a8isj6iw66xk3s26yjp0c0qvl6wvf9hby59r")))) + (base32 "02yf0s0qcwhj7qn0l3glvdlap4pr15s4hm2ki14py2k5sfv8j0ab")))) (build-system pyproject-build-system) (arguments (list @@ -7242,10 +7242,9 @@ of axis order, spatial projections, and spectral units that exist in the wild. (native-inputs (list python-matplotlib python-pytest-astropy - python-setuptools + python-setuptools-next python-setuptools-scm - python-spectral-cube - python-wheel)) + python-spectral-cube)) (propagated-inputs (list python-asdf python-asdf-astropy