guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-openturns: Update to 1.21.1.


From: guix-commits
Subject: 03/08: gnu: python-openturns: Update to 1.21.1.
Date: Fri, 3 Nov 2023 18:30:14 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 9642b1c7af6afcad8195593266a6080b49211128
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Oct 22 18:21:41 2023 -0300

    gnu: python-openturns: Update to 1.21.1.
    
    * gnu/packages/statistics.scm (python-openturns): Update to 1.21.1.
---
 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 8511ca8b6e..40a431b55c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2374,7 +2374,7 @@ inference for statistical models.")
 (define-public python-openturns
   (package
     (name "python-openturns")
-    (version "1.21")
+    (version "1.21.1")
     (source
      (origin
        (method git-fetch)
@@ -2383,7 +2383,7 @@ inference for statistical models.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "05lbx8npvvk7jyakvfpgi9ggdp6cnzwv2hjmjrkji2s42axv0q6d"))))
+        (base32 "147pyh7j5nqp9bl9hfikcfzqj5qp95an0qrna9g5qq07md13c3if"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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