guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit f4907c0b7fbfb591ede2fca0a6fd9f5e8d35d10c Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Sep 18 15:24:18 2025 +0100 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 --- gnu/packages/astronomy.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6c6924eea9..647746f7cf 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7529,13 +7529,13 @@ but has evolved to support other missions as well.") (define-public python-space-dolphin (package (name "python-space-dolphin") - (version "1.1.3") + (version "1.2.0") (source (origin (method url-fetch) (uri (pypi-uri "space_dolphin" version)) (sha256 - (base32 "0qsdaqbdf51ai54w4d483bf9kxjjcsr5fiqs861z7k7s7zrjms0r")))) + (base32 "162899av6mp0wkjbas07xkqjr70qbvirgnnch7hb501gz0rb50bh")))) (build-system pyproject-build-system) (arguments (list @@ -7549,8 +7549,7 @@ but has evolved to support other missions as well.") (setenv "NUMBA_CACHE_DIR" "/tmp")))))) (native-inputs (list ;; python-pytest - python-setuptools-next - python-wheel)) + python-setuptools-next)) (propagated-inputs (list python-astropy python-corner