guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: dune-localfunctions: Update to 2.9.0.


From: guix-commits
Subject: 09/14: gnu: dune-localfunctions: Update to 2.9.0.
Date: Tue, 2 May 2023 06:13:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d85ffbe381ec857d4d6da3c4c9447ad66025a071
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Fri Apr 14 19:27:31 2023 +0000

    gnu: dune-localfunctions: Update to 2.9.0.
    
    * gnu/packages/maths.scm (dune-localfunctions): Update to 2.9.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 fda2bc5cd4..d33487c047 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7025,7 +7025,7 @@ aggregation-based algebraic multigrid.")
 (define-public dune-localfunctions
   (package
     (name "dune-localfunctions")
-    (version "2.7.1")
+    (version "2.9.0")
     (source
      (origin
        (method url-fetch)
@@ -7033,7 +7033,7 @@ aggregation-based algebraic multigrid.")
                            version "/dune-localfunctions-" version ".tar.gz"))
        (sha256
         (base32
-         "031i42anrhi0ngpvp42rdjbkic7v3008fwild9xg7flffwvnpshg"))))
+         "02zl49q40ifmic221fxlhi8zj9pybdyjavzvgn1zwh636ysgjbsp"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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