[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: dune-geometry: Update to 2.10.0.
From: |
guix-commits |
Subject: |
02/10: gnu: dune-geometry: Update to 2.10.0. |
Date: |
Fri, 22 Nov 2024 15:48:13 -0500 (EST) |
andreas pushed a commit to branch master
in repository guix.
commit a20ca98ce454ccdbbcc1814ebee0a3ec415af188
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Nov 14 20:20:58 2024 +0000
gnu: dune-geometry: Update to 2.10.0.
* gnu/packages/maths.scm (dune-geometry): Update to 2.10.0.
Change-Id: I4643e3f2c558abbe56f8dbd5e3ff59b334c00912
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 f2a8f6f458..2dea65003d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8421,7 +8421,7 @@ Differences} (FD).")
(define-public dune-geometry
(package
(name "dune-geometry")
- (version "2.9.0")
+ (version "2.10.0")
(source
(origin
(method url-fetch)
@@ -8429,7 +8429,7 @@ Differences} (FD).")
version "/dune-geometry-" version ".tar.gz"))
(sha256
(base32
- "1bl1abipcf7zysmyyy2ikfx0nip55kasrb1bbkh11ghdilxrwwqy"))))
+ "00vkidb931zvpq3nmw8ikyg8pr3jqisfq2qxwj9hqzj7634qms98"))))
(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 <=
- 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, 2024/11/22
- 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