me
/
guix
Archived
1
0
Fork 0

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>
Sharlatan Hellseher 2022-10-19 21:29:14 +01:00 committed by Liliana Marie Prikler
parent 0d3f7de088
commit 63c113976c
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 3 additions and 3 deletions

View File

@ -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