mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
1092352198
commit
dc4eedbea6
1 changed files with 4 additions and 5 deletions
|
@ -7197,13 +7197,13 @@ of axis order, spatial projections, and spectral units that exist in the wild.
|
||||||
(define-public python-specutils
|
(define-public python-specutils
|
||||||
(package
|
(package
|
||||||
(name "python-specutils")
|
(name "python-specutils")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "specutils" version))
|
(uri (pypi-uri "specutils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ngq4r7awkbwdbi7a8isj6iw66xk3s26yjp0c0qvl6wvf9hby59r"))))
|
(base32 "02yf0s0qcwhj7qn0l3glvdlap4pr15s4hm2ki14py2k5sfv8j0ab"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -7235,10 +7235,9 @@ of axis order, spatial projections, and spectral units that exist in the wild.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-matplotlib
|
(list python-matplotlib
|
||||||
python-pytest-astropy
|
python-pytest-astropy
|
||||||
python-setuptools
|
python-setuptools-next
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-spectral-cube
|
python-spectral-cube))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-asdf
|
(list python-asdf
|
||||||
python-asdf-astropy
|
python-asdf-astropy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue