gnu: python-space-dolphin: Update to 1.2.0.

* gnu/packages/astronomy.scm (python-space-dolphin): Update to 1.2.0.
[native-inputs]: Remove python-wheel.

Change-Id: I32cfc5455cf413b4129da476d584b3a820f2899f
This commit is contained in:
Sharlatan Hellseher 2025-09-18 15:24:18 +01:00
parent 91208ff17e
commit 76be5dc586
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7542,13 +7542,13 @@ but has evolved to support other missions as well.")
(define-public python-space-dolphin (define-public python-space-dolphin
(package (package
(name "python-space-dolphin") (name "python-space-dolphin")
(version "1.1.3") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "space_dolphin" version)) (uri (pypi-uri "space_dolphin" version))
(sha256 (sha256
(base32 "0qsdaqbdf51ai54w4d483bf9kxjjcsr5fiqs861z7k7s7zrjms0r")))) (base32 "162899av6mp0wkjbas07xkqjr70qbvirgnnch7hb501gz0rb50bh"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -7562,8 +7562,7 @@ but has evolved to support other missions as well.")
(setenv "NUMBA_CACHE_DIR" "/tmp")))))) (setenv "NUMBA_CACHE_DIR" "/tmp"))))))
(native-inputs (native-inputs
(list ;; python-pytest (list ;; python-pytest
python-setuptools python-setuptools))
python-wheel))
(propagated-inputs (propagated-inputs
(list python-astropy (list python-astropy
python-corner python-corner