guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: sundials: Update to 6.2.0.


From: guix-commits
Subject: 05/10: gnu: sundials: Update to 6.2.0.
Date: Tue, 3 May 2022 12:03:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d1a6a795b3e29319c079cd0ab2ac8f68523e7fd1
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Mon May 2 13:28:55 2022 +0000

    gnu: sundials: Update to 6.2.0.
    
    * gnu/packages/maths.scm (sundials): Update to 6.2.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 03c465dfff..dd6334d4bd 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -6125,7 +6125,7 @@ and comparisons are supported.")
 (define-public sundials
   (package
     (name "sundials")
-    (version "6.1.1")
+    (version "6.2.0")
     (source
      (origin
        (method url-fetch)
@@ -6133,7 +6133,7 @@ and comparisons are supported.")
                            version "/sundials-" version ".tar.gz"))
        (sha256
         (base32
-         "0327a1fy8rilwc4brsqqb71jd1ymb7mqgxsylab06crcg5xn7byg"))))
+         "07gk9060xk3bzfqf8v4fqlp0rcxswiwlsy887zv87i1gfy9map8r"))))
     (build-system cmake-build-system)
     (native-inputs
      (list python-2))          ; For tests; syntax incompatible with Python 3.



reply via email to

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