summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-19 00:07:49 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-28 22:07:05 +0000
commitb91fecb39654d9d5952128d79a663443b6c040f5 (patch)
treeca7f5c28268390db31326a0d7724c761d71d8f8b /gnu
parent96b577d5791adb5bf49301090e82da53ca9ea9cf (diff)
gnu: python-statmorph: Update to 0.7.2.
* gnu/packages/astronomy.scm (python-statmorph): Update to 0.7.2. Change-Id: I9bf8e2e88dde22bc4aecf4620100471606a45882
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f854d75fb60..a0b5c426c5b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9653,16 +9653,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>.