guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: dune-alugrid: Update to 2.10.0.


From: guix-commits
Subject: 07/10: gnu: dune-alugrid: Update to 2.10.0.
Date: Fri, 22 Nov 2024 15:48:14 -0500 (EST)

andreas pushed a commit to branch master
in repository guix.

commit cc29fb8fca55e0214e1c1c854c430dde94d04c9c
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Nov 14 20:21:03 2024 +0000

    gnu: dune-alugrid: Update to 2.10.0.
    
    * gnu/packages/maths.scm (dune-alugrid): Update to 2.10.0.
    
    Change-Id: I316d27b7da3e07398d12a156fa9b3b24675b7fad
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 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 78ecd7c601..e64dfcac65 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8665,7 +8665,7 @@ assemble global function spaces on finite-element grids.")
 (define-public dune-alugrid
   (package
     (name "dune-alugrid")
-    (version "2.9.0")
+    (version "2.10.0")
     (source
      (origin
        (method git-fetch)
@@ -8675,7 +8675,7 @@ assemble global function spaces on finite-element grids.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0s41jinsfpm56nx41vkmyv3y9n072ssw9hxjm7di64zcszgpjmzd"))))
+         "0289vqf9azhgqda04qa5prn201xnsd9i0r8gy6jn0g6wfy9bcpav"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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