From 63c113976c4d04f25b23aacd55e29188e0f8f1b2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 19 Oct 2022 21:29:14 +0100 Subject: gnu: python-astropy-healpix: Update to 0.7. * gnu/packages/astronomy.scm (python-astropy-healpix): Update to 0.7. [source]: Change pypy-uri from astropy-healpix to astropy_healpix. Signed-off-by: Liliana Marie Prikler --- gnu/packages/astronomy.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 54c41f9a0c..c91ba3e487 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -974,13 +974,13 @@ astronomy and astrophysics.") (define-public python-astropy-healpix (package (name "python-astropy-healpix") - (version "0.6") + (version "0.7") (source (origin (method url-fetch) - (uri (pypi-uri "astropy-healpix" version)) + (uri (pypi-uri "astropy_healpix" version)) (sha256 - (base32 "1436ml03xkmvx4afzbhfj67ab91418sz1w3lq1b18r43qchnd6j0")))) + (base32 "1n1svmd41iv944zf4anbnsigd47zr4dfjf49vrc7m6928gmq9hw8")))) (build-system python-build-system) (arguments `(#:phases -- cgit v1.2.3