guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 14ff3f0099289a3588dfe796723da7969bb666ae
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 478cdeb3c7..62a0510e23 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4504,7 +4504,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