~ruther/guix-local

6e03dc796a3c00df745d2704b1e3c5b23098e50c — Sharlatan Hellseher 1 year, 1 month ago b03db28
gnu: python-openturns: Update to 1.24.

Build fails as seen in <https://ci.guix.gnu.org/build/9027182/log/raw>.

* gnu/packages/statistics.scm (python-openturns): Update to 1.24. Fix build.

Change-Id: I3772ce3383b611de678e95864fc08577a480eddd
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -2
@@ 2698,7 2698,7 @@ inference for statistical models.")
(define-public python-openturns
  (package
    (name "python-openturns")
    (version "1.21.3")
    (version "1.24")
    (source
     (origin
       (method git-fetch)


@@ 2707,7 2707,7 @@ inference for statistical models.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0nf77p6zv2br23n3c0yidnclb0234ni07y67h1h1f2bng4kdn8jp"))))
        (base32 "1k7vgmlg5dybrbn61nzlsyx2142byi9jv357zv7mzf6b4y133k7k"))))
    (build-system cmake-build-system)
    (arguments
     (list