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

commit 6c06fc870950e6de5cea35b33a29ec27ec3530b7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 00:07:49 2026 +0000

    gnu: python-statmorph: Update to 0.7.2.
    
    * gnu/packages/astronomy.scm (python-statmorph): Update to 0.7.2.
    
    Change-Id: I9bf8e2e88dde22bc4aecf4620100471606a45882
---
 gnu/packages/astronomy.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 20ba896637..be2d599551 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9737,16 +9737,17 @@ over many parameters:
 (define-public python-statmorph
   (package
     (name "python-statmorph")
-    (version "0.7.1")
+    (version "0.7.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "statmorph" version))
        (sha256
-        (base32 "1c4srrmfzx8iszcc140ylljs0dzqs6d9ya2z7wic96p6y6gixb9h"))))
+        (base32 "1hab5yq0xjc3fzyd177bwsgainqzaxpdw423r73nzc5yqiqz9ji4"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 19 passed, 1 deselected 
       #:test-flags
       ;; Test fails due to numerical uncertainties.
       ;; See: <https://github.com/vrodgom/statmorph/issues/17>.

Reply via email to