[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
- branch master updated (8a7bd211d2 -> 48cd108290), guix-commits, 2024/11/22
- 02/10: gnu: dune-geometry: Update to 2.10.0., guix-commits, 2024/11/22
- 05/10: gnu: dune-istl: Update to 2.10.0., guix-commits, 2024/11/22
- 01/10: gnu: dune-common: Update to 2.10.0., guix-commits, 2024/11/22
- 03/10: gnu: dune-uggrid: Update to 2.10.0., guix-commits, 2024/11/22
- 04/10: gnu: dune-grid: Update to 2.10.0., guix-commits, 2024/11/22
- 06/10: gnu: dune-localfunctions: Update to 2.10.0., guix-commits, 2024/11/22
- 08/10: gnu: dune-subgrid: Update to 2.10.0., guix-commits, 2024/11/22
- 07/10: gnu: dune-alugrid: Update to 2.10.0.,
guix-commits <=
- 10/10: gnu: dune-functions: Update to 2.10.0., guix-commits, 2024/11/22
- 09/10: gnu: dune-typetree: Update to 2.10.0., guix-commits, 2024/11/22