guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8327bbf236ac7eadb6e6374fd0d3bbd0130454d0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Aug 16 21:19:39 2026 +0100
gnu: python-healpy: Update to 1.20.0.
* gnu/packages/astronomy.scm (python-healpy-1.19): Update to 1.20.0.
Relates-to: guix/guix!10702
---
gnu/packages/astronomy.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d9e96769c2..68b9f00c64 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6772,13 +6772,15 @@ Blitz & Rosolowsky (2006) and Rahmati et al (2013)}.")
(define-public python-healpy
(package
(name "python-healpy")
- (version "1.19.0")
+ (version "1.20.0")
(source
(origin
(method url-fetch)
+ ;; TODO: PyPI bundles CFITSIO and HEALPix sources, and it's not picking
+ ;; up the ones from Guix, build from Git and unbundle them.
(uri (pypi-uri "healpy" version))
(sha256
- (base32 "1i8f2d0zjaf35z8mn24lv9zs0wcjrfij6d7wfxnd68ssi35kks18"))))
+ (base32 "1v82c615vc943661jldylbw99hfdm6gzdzcv1qlwfdg239ay3c03"))))
(build-system pyproject-build-system)
(arguments
(list