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

commit 27a160c98a13986e4868785ba2f91f72910450ab
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 20:25:03 2026 +0000

    gnu: python-irispy-lmsal: Update to 0.6.0.
    
    * gnu/packages/astronomy.scm (python-irispy-lmsal): Update to 0.6.0.
    
    Change-Id: I7b2f8dc71280c138e240d61f06991f8bf38d7615
---
 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 d8c153546e..8a1814a1f2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5973,17 +5973,17 @@ observationally-derived galaxy merger catalogs.")
 (define-public python-irispy-lmsal
   (package
     (name "python-irispy-lmsal")
-    (version "0.5.0")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "irispy_lmsal" version))
        (sha256
-        (base32 "131n2wvb5pdg0qx5chfwkcvcy025840cs01pvcg5i4nlqv995h1q"))))
+        (base32 "0mri5l1xwwzibzfq2fywzwb8kv3xm9yv9f3qfv31zac2fd1xzbna"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 65 passed, 2 skipped, 9 deselected
+      ;; tests: 67 passed, 2 skipped, 7 deselected
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'sanity-check 'set-home

Reply via email to