diff options
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 |
