diff options
author | Felix Gruber <felgru@posteo.net> | 2024-11-14 20:21:02 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-11-22 20:18:54 +0100 |
commit | 644d2aa36b9307048a07135e00bd59773ab603b8 (patch) | |
tree | 66c75b903bd9857463607561e45c36a981c250f7 | |
parent | 7e855f5fa0e7aa5950d94260ea1f493aabc262b0 (diff) | |
download | guix-644d2aa36b9307048a07135e00bd59773ab603b8.tar.gz guix-644d2aa36b9307048a07135e00bd59773ab603b8.zip |
gnu: dune-localfunctions: Update to 2.10.0.
* gnu/packages/maths.scm (dune-localfunctions): Update to 2.10.0.
Change-Id: If3a92b213d0c94b15035b937e9d0fd96bdf13554
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 8634c40af1..78ecd7c601 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -8607,7 +8607,7 @@ aggregation-based algebraic multigrid.") (define-public dune-localfunctions (package (name "dune-localfunctions") - (version "2.9.0") + (version "2.10.0") (source (origin (method url-fetch) @@ -8615,7 +8615,7 @@ aggregation-based algebraic multigrid.") version "/dune-localfunctions-" version ".tar.gz")) (sha256 (base32 - "02zl49q40ifmic221fxlhi8zj9pybdyjavzvgn1zwh636ysgjbsp")))) + "0a5hyd7fps18178dq41nxa21h0i9ah6sw7di8qkc4i1rh052rzc1")))) (build-system cmake-build-system) (arguments `(#:phases |