[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: dune-typetree: Update to 2.10.0.
From: |
guix-commits |
Subject: |
09/10: gnu: dune-typetree: 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 296425c765efcd352b061e24356e7009f78d178e
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Nov 14 20:21:05 2024 +0000
gnu: dune-typetree: Update to 2.10.0.
* gnu/packages/maths.scm (dune-typetree): Update to 2.10.0.
Change-Id: I5f41fd6a1f8401283d6fa1831d8af96cd751907e
Signed-off-by: Andreas Enge <andreas@enge.fr>
---
gnu/packages/maths.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7161d6327e..bcc8f9f9eb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8765,17 +8765,15 @@ provides the full grid interface including adaptive
mesh refinement.")
(define-public dune-typetree
(package
(name "dune-typetree")
- (version "2.9.0")
+ (version "2.10.0")
(source
(origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.dune-project.org/staging/dune-typetree.git")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
+ (method url-fetch)
+ (uri (string-append "https://dune-project.org/download/"
+ version "/dune-typetree-" version ".tar.gz"))
(sha256
(base32
- "1qcnl8giivnn8zprszdwrqw4q29sv3c2pr8dlrz616j10i4r8p18"))))
+ "0k756c543r79jz51jfnvi6knnxv7y19xg69yb15b0hrv4gq015pf"))))
(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, 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 <=