diff options
author | Vinicius Monego <monego@posteo.net> | 2025-06-20 08:59:10 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-06-20 09:04:34 -0300 |
commit | 755c5323e8422fb81a90b24bf77edb579693404e (patch) | |
tree | 94fb604d9eac270f1e2bfe219b19245724f04f29 | |
parent | 0b89759b93de632c9e0d399c0b86818409707883 (diff) |
gnu: python-openturns: Update to 1.25.
* gnu/packages/statistics.scm (python-openturns): Update to 1.25.
Change-Id: I902884484e513cc32606a1508d4f6823d75a643b
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 28932aa705..c5825742d2 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1240,7 +1240,7 @@ inference for statistical models.") (define-public python-openturns (package (name "python-openturns") - (version "1.24") + (version "1.25") (source (origin (method git-fetch) @@ -1249,7 +1249,7 @@ inference for statistical models.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1k7vgmlg5dybrbn61nzlsyx2142byi9jv357zv7mzf6b4y133k7k")))) + (base32 "0pkxwpdpz5bh7hipys3zg6ippzzy23qydgqjglpxc3g218xmy0cl")))) (build-system cmake-build-system) (arguments (list |