diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-16 21:19:39 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:48 +0100 |
| commit | 8327bbf236ac7eadb6e6374fd0d3bbd0130454d0 (patch) | |
| tree | ed50438de576e249291daab3f31a5bfb67b1148d /gnu | |
| parent | 361064a717cbf3358d1882c3ada081456547f85a (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 4 insertions, 2 deletions
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)}.") | |||
| 6772 | (define-public python-healpy | 6772 | (define-public python-healpy |
| 6773 | (package | 6773 | (package |
| 6774 | (name "python-healpy") | 6774 | (name "python-healpy") |
| 6775 | (version "1.19.0") | 6775 | (version "1.20.0") |
| 6776 | (source | 6776 | (source |
| 6777 | (origin | 6777 | (origin |
| 6778 | (method url-fetch) | 6778 | (method url-fetch) |
| 6779 | ;; TODO: PyPI bundles CFITSIO and HEALPix sources, and it's not picking | ||
| 6780 | ;; up the ones from Guix, build from Git and unbundle them. | ||
| 6779 | (uri (pypi-uri "healpy" version)) | 6781 | (uri (pypi-uri "healpy" version)) |
| 6780 | (sha256 | 6782 | (sha256 |
| 6781 | (base32 "1i8f2d0zjaf35z8mn24lv9zs0wcjrfij6d7wfxnd68ssi35kks18")))) | 6783 | (base32 "1v82c615vc943661jldylbw99hfdm6gzdzcv1qlwfdg239ay3c03")))) |
| 6782 | (build-system pyproject-build-system) | 6784 | (build-system pyproject-build-system) |
| 6783 | (arguments | 6785 | (arguments |
| 6784 | (list | 6786 | (list |
