mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ndcube: Update to 2.3.1.
* gnu/packages/astronomy.scm (python-ndcube): Update to 2.3.1. [native-inputs]: Remove python-setuptools-scm; add python-setuptools-scm-next. Change-Id: Ib8472b7ce9a7d52554304078ad7e397ff8c68d96
This commit is contained in:
parent
9ddd1861ae
commit
d08fa792fc
1 changed files with 3 additions and 3 deletions
|
@ -4478,13 +4478,13 @@ Carlo.")
|
|||
(define-public python-ndcube
|
||||
(package
|
||||
(name "python-ndcube")
|
||||
(version "2.3.0")
|
||||
(version "2.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ndcube" version))
|
||||
(sha256
|
||||
(base32 "1pza5g38gn941dwy8yahkd37lb7z80czs1yj38xhn2cf0s69779h"))))
|
||||
(base32 "0hf261l36jxmd0r8sh2vyxaapv8gcdmnnv82k0hqvq6wh1qp5ksv"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -4526,7 +4526,7 @@ Carlo.")
|
|||
python-pytest-xdist
|
||||
python-scipy
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-setuptools-scm-next
|
||||
python-sunpy
|
||||
python-wheel))
|
||||
(home-page "https://docs.sunpy.org/projects/ndcube/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue