diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2022-10-19 21:29:14 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-10-22 13:50:50 +0200 |
commit | 63c113976c4d04f25b23aacd55e29188e0f8f1b2 (patch) | |
tree | 167b9c9095187bb267808da4d60058c3b0448a96 /gnu | |
parent | 0d3f7de088ce45e62854ee1a4a134ea1c94b4189 (diff) | |
download | guix-63c113976c4d04f25b23aacd55e29188e0f8f1b2.tar.gz guix-63c113976c4d04f25b23aacd55e29188e0f8f1b2.zip |
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 <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |