guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: python-astropy-healpix: Update to 0.7.


From: guix-commits
Subject: 07/08: gnu: python-astropy-healpix: Update to 0.7.
Date: Sat, 22 Oct 2022 07:55:48 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 63c113976c4d04f25b23aacd55e29188e0f8f1b2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Oct 19 21:29:14 2022 +0100

    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>
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]