gnu: python-spectral-cube: Update to 0.6.3.

* gnu/packages/astronomy.scm (python-spectral-cube): Update to 0.6.3.
[native-inputs]: Add python-setuptools-scm.

Change-Id: I8b701081d2c8ea2fd8f25ca845e8e26760fdc094
This commit is contained in:
Maxim Cournoyer 2023-10-31 12:01:05 -04:00
parent 5e5547d1b3
commit 6318e7a851
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2535,13 +2535,13 @@ (define-public python-astral
(define-public python-spectral-cube (define-public python-spectral-cube
(package (package
(name "python-spectral-cube") (name "python-spectral-cube")
(version "0.6.2") (version "0.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "spectral-cube" version)) (uri (pypi-uri "spectral-cube" version))
(sha256 (sha256
(base32 "1xyqdflnz084hdx1pbrqd1jrfyyc7f8v3564rww2v1hjylzgsnnh")))) (base32 "10q76rsgf9w4j7y68mfa870bpxf06m6kqvivj4340jmgnsrfy1zg"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-astropy (list python-astropy
@ -2566,7 +2566,8 @@ (define-public python-spectral-cube
;; python-pvextractor ;; python-pvextractor
python-pytest-astropy python-pytest-astropy
python-regions python-regions
python-semantic-version)) python-semantic-version
python-setuptools-scm))
(home-page "https://spectral-cube.readthedocs.io/en/latest/") (home-page "https://spectral-cube.readthedocs.io/en/latest/")
(synopsis "Library for reading and analyzing astrophysical spectral data cubes") (synopsis "Library for reading and analyzing astrophysical spectral data cubes")
(description (description