guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit b5e71fb5c436243b168f3b678f2010432a013396
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 22 09:34:41 2025 +0100

    gnu: python-hierarc: Use python-astronomy-6.
    
    Astropy 7.1.0 (2025-05-20) release removed "astropy.cosmology._utils"
    which is required for python-hierarc which is compatible with Astropy
    v6.
    
    * gnu/packages/astronomy.scm (python-hierarc): [propagated-inputs]:
    Remove python-astropy; add python-astropy-6.
    
    Change-Id: I55180f16a39e425fa6848c71f2dac21a566859d8
---
 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 50b8e5f888..0084698bf4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4511,7 +4511,7 @@ scheme and builds with the HEALPix C++ library.")
            python-setuptools
            python-wheel))
     (propagated-inputs
-     (list python-astropy
+     (list python-astropy-6
            python-emcee
            python-h5py
            python-lenstronomy

Reply via email to