diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-18 23:11:41 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:15 +0000 |
commit | 2263c490a23184b75d47e47fe8e05c8393a05785 (patch) | |
tree | e1131864c8d279a5167072c340ac726db286a867 /gnu | |
parent | 6ec8ad1551debc35183e7420eabb2d7ff6422e6b (diff) | |
download | guix-2263c490a23184b75d47e47fe8e05c8393a05785.tar.gz guix-2263c490a23184b75d47e47fe8e05c8393a05785.zip |
gnu: python-ndcube: Update to 2.2.3.
* gnu/packages/astronomy.scm (python-ndcube): Update to 2.2.3.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I1357dfd6cec1d191ba5d03a96023e35ad1e88177
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4acdb533f5..0cc87145b2 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3671,13 +3671,13 @@ Carlo.") (define-public python-ndcube (package (name "python-ndcube") - (version "2.2.2") + (version "2.2.3") (source (origin (method url-fetch) (uri (pypi-uri "ndcube" version)) (sha256 - (base32 "0d82xldinvjw4csql4w3k44ibprbz0b0g5ixq9a5f6c7zbvfc24l")))) + (base32 "01sxmy5ki5bcgva5z3m20mg20dfx5n6dkb41kdfcdizqmsw96qmn")))) (build-system pyproject-build-system) (arguments (list @@ -3715,8 +3715,10 @@ Carlo.") python-pytest-astropy python-pytest-mpl python-scipy + python-setuptools python-setuptools-scm - python-sunpy)) + python-sunpy + python-wheel)) (home-page "https://docs.sunpy.org/projects/ndcube/") (synopsis "Multi-dimensional contiguous and non-contiguous coordinate aware arrays") (description |