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>
This commit is contained in:
Felix Gruber 2024-11-14 20:21:03 +00:00 committed by Andreas Enge
parent 644d2aa36b
commit cc29fb8fca
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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