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

commit 6d0a403acb1cbe52d5b94bd47db176554656848a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 20 21:14:16 2025 +0100

    gnu: python-pyhalo: Update to 1.4.3.
    
    * gnu/packages/astronomy.scm (python-pyhalo): Update to 1.4.3.
    
    Change-Id: I6d9e51b8959983bea90caebb76303f17c8d54145
---
 gnu/packages/astronomy.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 32c86b3618..a3dc15a055 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5781,18 +5781,19 @@ functions, so that they can be called with scalar or 
array inputs.")
 (define-public python-pyhalo
   (package
     (name "python-pyhalo")
-    (version "1.4.1")
+    (version "1.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyhalo" version))
        (sha256
-        (base32 "06zdcr82fzzn6zkjralmv9qv7qjyjkni1p1rg60bvl8h013v3xp6"))))
+        (base32 "1yh5acjiwkfm4sjiydksg9187k3lwsads1p9zy0ck7wb6jwxrj81"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; ValueError: The truth value of an array with more than one element is
-      ;; ambiguous. Use a.any() or a.all()
+      ;; tests: 194 passed, 3 deselected, 119 warnings
+      ;; ValueError: The truth value of an array with more than one element
+      ;; is ambiguous. Use a.any() or a.all()
       #:test-flags #~(list "-k" "not test_vmax")
       #:phases
       #~(modify-phases %standard-phases

Reply via email to