diff options
author | Felix Gruber <felgru@posteo.net> | 2023-04-14 19:27:36 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-02 11:58:16 +0200 |
commit | 44d70440944aa47e5f37493346e560f38907d777 (patch) | |
tree | 0115f7b6a801f670eb301df9f19b37f6989ab3ee | |
parent | e9248625d47c6ebe56df7a3b901a789461e54075 (diff) | |
download | guix-44d70440944aa47e5f37493346e560f38907d777.tar.gz guix-44d70440944aa47e5f37493346e560f38907d777.zip |
gnu: dune-pdelab: Update to 2.8.0-0.d5dddb6.
* gnu/packages/maths.scm (dune-pdelab): Update to 2.8.0-0.d5dddb6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/maths.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d428673a33..d7e2719b70 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -7276,12 +7276,12 @@ implemented as callable objects, and bases of finite element spaces.") (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) @@ -7291,7 +7291,7 @@ implemented as callable objects, and bases of finite element spaces.") (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 |