guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 0d2557e1b813041bcdf49759b14c5d06b2a496f6
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 ec80ca8b87..ae79d49200 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9785,16 +9785,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>.