guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit f485a51c6eb82b53e8464ddf7f292e86146db584 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Sep 18 16:54:32 2025 +0100 gnu: python-yt-astro-analysis: Update to 1.1.4. * gnu/packages/astronomy.scm (python-yt-astro-analysis): Update to 1.1.4. [native-inputs]: Remove python-cython, python-setuptools, and python-wheel; add python-cython-3 and python-setuptools-next. Change-Id: I877d19cb921b39970fb6125cad4a5055f4547c2f --- gnu/packages/astronomy.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 30f9112717..aabe59c8cb 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9566,13 +9566,13 @@ using (multivariate) polynomials.") (define-public python-yt-astro-analysis (package (name "python-yt-astro-analysis") - (version "1.1.3") + (version "1.1.4") (source (origin (method url-fetch) (uri (pypi-uri "yt_astro_analysis" version)) (sha256 - (base32 "1fb3sdp6hq2c4c28pd33v9yj14x9l7qizf3y3qpl594qdq1ffmpi")))) + (base32 "0dy96084wvb7ccnnp22b6wacyjzn1n62i4mwq0q7nkp90bzx44a2")))) (build-system pyproject-build-system) (arguments (list @@ -9585,11 +9585,10 @@ using (multivariate) polynomials.") (lambda _ (invoke "python" "setup.py" "build_ext" "--inplace")))))) (native-inputs - (list python-cython + (list python-cython-3 python-pytest - python-setuptools - python-tomli - python-wheel)) + python-setuptools-next + python-tomli)) (propagated-inputs (list python-h5py python-numpy
