mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: python-astropy-healpix: Update to 1.0.2.
* gnu/packages/astronomy.scm (python-astropy-healpix): Update to 1.0.2. Change-Id: I94794985b953d2820fd215d82dd06196ac3f302f
This commit is contained in:
parent
9876d22321
commit
4f8db3b337
1 changed files with 2 additions and 2 deletions
|
@ -1571,13 +1571,13 @@ (define-public python-astropy
|
|||
(define-public python-astropy-healpix
|
||||
(package
|
||||
(name "python-astropy-healpix")
|
||||
(version "1.0.0")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "astropy_healpix" version))
|
||||
(sha256
|
||||
(base32 "18zfmdv0vs0yawirq8c2mpjxx7bvy66z0rlcyc1n6s0fl5ifz0pl"))))
|
||||
(base32 "0fij80ws16xzbph8z9v27w54dnc3vry8fk9p3mvxrglnjgnscvq5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue