From 8327bbf236ac7eadb6e6374fd0d3bbd0130454d0 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 16 Aug 2026 21:19:39 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d9e96769c2e..68b9f00c647 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 -- cgit v1.2.3