cbaines pushed a commit to branch master
in repository guix.
commit 6e44f200a215bab99966f4414e2ffcfef03e2783
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 7 23:32:12 2023 +0100
gnu: python-astropy-healpix: Update to 1.0.0.
* gnu/packages/astronomy.scm (python-astropy-healpix): Update to 1.0.0.
Signed-off-by: Christopher Baines <[email protected]>
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3a590c1ef2..307b70871b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1460,13 +1460,13 @@ astronomy and astrophysics.")
(define-public python-astropy-healpix
(package
(name "python-astropy-healpix")
- (version "0.7")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astropy_healpix" version))
(sha256
- (base32 "1n1svmd41iv944zf4anbnsigd47zr4dfjf49vrc7m6928gmq9hw8"))))
+ (base32 "18zfmdv0vs0yawirq8c2mpjxx7bvy66z0rlcyc1n6s0fl5ifz0pl"))))
(build-system pyproject-build-system)
(arguments
(list