guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/11: gnu: python-openturns: Update to 1.21.3.


From: guix-commits
Subject: 07/11: gnu: python-openturns: Update to 1.21.3.
Date: Tue, 5 Dec 2023 15:03:15 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit 28924df94816d2084f3af76b240668831fd2534e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Dec 4 20:16:03 2023 -0300

    gnu: python-openturns: Update to 1.21.3.
    
    * gnu/packages/statistics.scm (python-openturns): Update to 1.21.3.
    
    Change-Id: I6e86d60e0b0d26672d2bce08998f2a1af5dff14e
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4eb4e9264e..26c1ac14ec 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2397,7 +2397,7 @@ inference for statistical models.")
 (define-public python-openturns
   (package
     (name "python-openturns")
-    (version "1.21.1")
+    (version "1.21.3")
     (source
      (origin
        (method git-fetch)
@@ -2406,7 +2406,7 @@ inference for statistical models.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "147pyh7j5nqp9bl9hfikcfzqj5qp95an0qrna9g5qq07md13c3if"))))
+        (base32 "0nf77p6zv2br23n3c0yidnclb0234ni07y67h1h1f2bng4kdn8jp"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]