[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62842] [PATCH 11/11] gnu: dune-pdelab: Update to 2.8.0-0.d5dddb6.
From: |
Felix Gruber |
Subject: |
[bug#62842] [PATCH 11/11] gnu: dune-pdelab: Update to 2.8.0-0.d5dddb6. |
Date: |
Fri, 14 Apr 2023 19:27:36 +0000 |
* gnu/packages/maths.scm (dune-pdelab): Update to 2.8.0-0.d5dddb6.
---
gnu/packages/maths.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b9d305c101..9c910a43c3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7259,12 +7259,12 @@ (define-public dune-functions
(license (list license:lgpl3+ license:gpl2))))
(define-public dune-pdelab
- ;; This was the last commit on the releases/2.7 branch as of 2021-12-17,
- ;; unfortunately there was no tag for any 2.7 release.
- (let ((commit "09aef74d95661d18a7789d2f517ae77797eec738"))
+ ;; This was the last commit on the releases/2.8 branch as of 2023-04-12,
+ ;; unfortunately there was no tag for any 2.8 release.
+ (let ((commit "d5dddb6b1c21b95e867ff53cca159ad676689f5c"))
(package
(name "dune-pdelab")
- (version (git-version "2.7.1" "0" commit))
+ (version (git-version "2.8.0" "0" commit))
(source
(origin
(method git-fetch)
@@ -7274,7 +7274,7 @@ (define-public dune-pdelab
(file-name (git-file-name name version))
(sha256
(base32
- "0nv69ayr4gln9m1s94z9zkrxqi8nzar3z6awnvgqz595nmjf82ac"))))
+ "0l2idjp59a6x46vdd30xhhsnv7chql0z7msdsyra2h6pqm6xiqxk"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ; XXX: the tests cannot be compiled
(inputs
--
2.39.2
- [bug#62842] [PATCH 02/11] gnu: dune-geometry: Update to 2.9.0., (continued)
- [bug#62842] [PATCH 02/11] gnu: dune-geometry: Update to 2.9.0., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 04/11] gnu: dune-grid: Update to 2.9.0., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 05/11] gnu: dune-istl: Update to 2.9.0., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 01/11] gnu: dune-common: Update to 2.9.0., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 03/11] gnu: dune-uggrid: Update to 2.9.0., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 06/11] gnu: dune-localfunctions: Update to 2.9.0., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 08/11] gnu: dune-subgrid: Update to 2.9.0-1-e83f3f9., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 07/11] gnu: dune-alugrid: Update to 2.9.0., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 09/11] gnu: dune-typetree: Update to 2.9.0., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 10/11] gnu: dune-functions: Update to 2.9.0., Felix Gruber, 2023/04/14
- [bug#62842] [PATCH 11/11] gnu: dune-pdelab: Update to 2.8.0-0.d5dddb6.,
Felix Gruber <=