mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-spectral-cube: Update to 0.6.5.
* gnu/packages/astronomy.scm (python-spectral-cube): Update to 0.6.5. Change-Id: I089f55238299533f35d1fd7623c1a8ff446de08c
This commit is contained in:
parent
e86353aa3b
commit
f224e2e489
1 changed files with 2 additions and 2 deletions
|
@ -2548,13 +2548,13 @@ elevation, solar azimuth, rahukaalam, and the phases of the moon.")
|
||||||
(define-public python-spectral-cube
|
(define-public python-spectral-cube
|
||||||
(package
|
(package
|
||||||
(name "python-spectral-cube")
|
(name "python-spectral-cube")
|
||||||
(version "0.6.3")
|
(version "0.6.5")
|
||||||
(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 "10q76rsgf9w4j7y68mfa870bpxf06m6kqvivj4340jmgnsrfy1zg"))))
|
(base32 "0cqxgmk46gv2qa2kls8fph105lgwbwf13hvizh6w85mzgypyp740"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-astropy
|
(list python-astropy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue