guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 3949219ca796f51010dfa5f00d2b9c5aa8c9a806 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Wed Aug 13 21:43:16 2025 +0100 gnu: python-asdf-astropy: Adjust inputs. * gnu/packages/astronomy.scm (python-asdf-astropy): [propagated-inputs]: Remove python-astropy; add python-astropy-minimal. Change-Id: Iadae2cb358697e5f94d22540f5254f787e6864c4 --- gnu/packages/astronomy.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 483c4d0123..e36eb08b62 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1898,7 +1898,7 @@ implementation of the ASDF Standard.") python-asdf-coordinates-schemas python-asdf-standard python-asdf-transform-schemas - python-astropy + python-astropy-minimal python-numpy python-packaging)) (home-page "https://github.com/astropy/asdf-astropy")
