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

commit d53b28c2604d51a316b2dbe84c0b04fae6c680bd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Sep 19 21:06:09 2026 +0100

    gnu: python-naima: Update to 0.10.4.
    
    * gnu/packages/astronomy.scm (python-naima): Update to 0.10.4.
    [arguments]: Drop all.
---
 gnu/packages/astronomy.scm | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a506f64df77..1c67e501fc8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8220,23 +8220,14 @@ the easy construction of interactive matplotlib widget 
based animations.")
 (define-public python-naima
   (package
     (name "python-naima")
-    (version "0.10.3")
+    (version "0.10.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "naima" version))
        (sha256
-        (base32 "16z3qzdd31is2dxkp4jgazcykrhx3m2i3qrs7dl9rbhlj5nxx1iy"))))
+        (base32 "1s1azsc7qfqkr991k1sjryd6vcwgqi0ndcbqjr6v6zalxr2bbay9"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      ;; tests: 210 passed, 2 skipped, 3 deselected, 1 xpassed, 940 warnings
-      #:test-flags
-      #~(list
-         ;; Not equal to tolerance <...>.
-         
"--deselect=tests/test_models.py::test_anisotropic_inverse_compton_lum"
-         "--deselect=tests/test_models.py::test_synchrotron_lum"
-         "--deselect=tests/test_models.py::test_inverse_compton_lum")))
     (native-inputs
      (list python-hatch-vcs
            python-hatchling

Reply via email to