guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit 833e5afa2cae85954bd777c9ddca43eeecfea3d7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 18 15:17:19 2025 +0100

    gnu: python-pixell: Update to 0.30.0.
    
    * gnu/packages/astronomy.scm (python-pixell): Update to 0.30.0.
    [propagated-inputs]: Remove python-coveralls and python-cython.
    
    Change-Id: Ife73368e5de635dc76818a6c249039483557b6c3
---
 gnu/packages/astronomy.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 9a863e87b4..61290efbe3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5956,13 +5956,13 @@ and the use of a modern programming language, 
techniques, and libraries
 (define-public python-pixell
   (package
     (name "python-pixell")
-    (version "0.29.0")
+    (version "0.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pixell" version))
        (sha256
-        (base32 "17ivl01j2a6j6frzxdmzb4bdbs94n8rkipz2lh3zhhkx17djlbfh"))))
+        (base32 "0ncqqwvpg47yihlplzmhn8za8y7wab5k71n87nz8bcvzj8gnmpvw"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list gfortran
@@ -5973,8 +5973,6 @@ and the use of a modern programming language, techniques, 
and libraries
            python-pytest))
     (propagated-inputs
      (list python-astropy
-           python-coveralls
-           python-cython ; check why it needs in installation
            python-dateutil
            python-ducc0
            python-h5py

Reply via email to