guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 91eb624d873f34c6ed7537f84abe72f5d1e0422f Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Sep 18 14:50:48 2025 +0100 gnu: python-specutils: Adjust native inputs. * gnu/packages/astronomy.scm (python-specutils)[native-inputs]: Add python-pytest-asdf-plugin. Change-Id: If1ceacc589d586b1b576eae3e16e6bcca6f8d392 --- gnu/packages/astronomy.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ee29bfa1f9..61f869aa8e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7804,6 +7804,7 @@ of axis order, spatial projections, and spectral units that exist in the wild. (setenv "HOME" "/tmp")))))) (native-inputs (list python-matplotlib + python-pytest-asdf-plugin python-pytest-astropy python-setuptools python-setuptools-scm
