guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3ba504c1d43791afb37aac8036449dae42872850
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Aug 11 23:33:14 2026 +0100
gnu: python-astropy-healpix: Update to 2.0.1.
* gnu/packages/astronomy.scm (python-astropy-healpix): Update to 2.0.1.
Relates-to: guix/guix!10702
---
gnu/packages/astronomy.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c5aebb5670..2fae4e3a51 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3582,7 +3582,7 @@ astronomy and astrophysics.")
(define-public python-astropy-healpix
(package
(name "python-astropy-healpix")
- (version "1.1.3")
+ (version "2.0.1")
(source
(origin
(method git-fetch)
@@ -3591,11 +3591,10 @@ astronomy and astrophysics.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lj91mwxpxhl4i564i13hkx28yvzfvkq8fy9vh866v28j9z52c83"))))
+ (base32 "1qjjy21bypld50xvvhx1ms5kxssqp3j52wb4l8n3cj5shpzfp203"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 81 passed, 1 skipped
#:test-flags
#~(list "--pyargs" "astropy_healpix")
#:phases