[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: python-spectral-cube: Update to 0.6.3.
From: |
guix-commits |
Subject: |
06/07: gnu: python-spectral-cube: Update to 0.6.3. |
Date: |
Tue, 31 Oct 2023 13:16:12 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 6318e7a85159495e41f3730037a30c9f90b28b43
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Oct 31 12:01:05 2023 -0400
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
---
gnu/packages/astronomy.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2b0ff97f68..185383fd33 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2535,13 +2535,13 @@ elevation, solar azimuth, rahukaalam, and the phases of
the moon.")
(define-public python-spectral-cube
(package
(name "python-spectral-cube")
- (version "0.6.2")
+ (version "0.6.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "spectral-cube" version))
(sha256
- (base32 "1xyqdflnz084hdx1pbrqd1jrfyyc7f8v3564rww2v1hjylzgsnnh"))))
+ (base32 "10q76rsgf9w4j7y68mfa870bpxf06m6kqvivj4340jmgnsrfy1zg"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-astropy
@@ -2566,7 +2566,8 @@ elevation, solar azimuth, rahukaalam, and the phases of
the moon.")
;; python-pvextractor
python-pytest-astropy
python-regions
- python-semantic-version))
+ python-semantic-version
+ python-setuptools-scm))
(home-page "https://spectral-cube.readthedocs.io/en/latest/")
(synopsis "Library for reading and analyzing astrophysical spectral data
cubes")
(description
- branch master updated (5e7f27d6ca -> d96a9c7473), guix-commits, 2023/10/31
- 03/07: gnu: Add python-pyregion., guix-commits, 2023/10/31
- 01/07: gnu: Add python-radio-beam., guix-commits, 2023/10/31
- 07/07: gnu: python-radio-beam: Update to 0.3.6., guix-commits, 2023/10/31
- 04/07: gnu: Add python-aplpy., guix-commits, 2023/10/31
- 02/07: gnu: Add python-pyavm., guix-commits, 2023/10/31
- 05/07: gnu: Add python-spectral-cube., guix-commits, 2023/10/31
- 06/07: gnu: python-spectral-cube: Update to 0.6.3.,
guix-commits <=