guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit e23647e38ba76d188a36281f700182d2296c4a6f Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Sep 18 21:05:13 2025 +0100 gnu: python-stdatamodels: Adjust inputs. * gnu/packages/astronomy.scm (python-stdatamodels)[propagated-inputs]: Remove python-asdf; add python-asdf-4. [native-inputs]: Add python-pytest-asdf-plugin. Change-Id: I01923c7e830e4214733f71226d1c22fbd903113e --- gnu/packages/astronomy.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ced57355eb..8250dc8304 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8094,6 +8094,7 @@ and CAS statistics), as well as fitting 2D Sérsic profiles.") python-crds python-psutil python-pytest + python-pytest-asdf-plugin python-pytest-doctestplus python-pytest-xdist python-scipy @@ -8101,7 +8102,7 @@ and CAS statistics), as well as fitting 2D Sérsic profiles.") python-setuptools-scm python-wheel)) (propagated-inputs - (list python-asdf + (list python-asdf-4 python-asdf-astropy python-astropy python-numpy))
