mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dune-subgrid: Update to 2.10.0.
* gnu/packages/maths.scm (dune-subgrid): Update to 2.10.0. Change-Id: I447398849731713a4f56e22139b829cb835e97ce Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
cc29fb8fca
commit
108a42c2cf
1 changed files with 5 additions and 5 deletions
|
@ -8717,12 +8717,12 @@ cubes.")
|
||||||
|
|
||||||
(define-public dune-subgrid
|
(define-public dune-subgrid
|
||||||
; dune-subgrid does not tag its releases.
|
; dune-subgrid does not tag its releases.
|
||||||
; The following commit is a few commits past the releases/2.9 branch
|
; The following commit is the last commit on the releases/2.10 branch
|
||||||
; to include some additional commits fixing compatibility with dune-uggrid.
|
; as of 2024-11-14.
|
||||||
(let ((commit "e83f3f919c2602425467ed767f279bc9c356c436"))
|
(let ((commit "e71cc9c2514356c7cd989f0c13661f10c37c58df"))
|
||||||
(package
|
(package
|
||||||
(name "dune-subgrid")
|
(name "dune-subgrid")
|
||||||
(version (git-version "2.9.0" "1" commit))
|
(version (git-version "2.10.0" "1" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8732,7 +8732,7 @@ cubes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dv4zg5j17bldpgg02ycg9fbfmnc1kffixgzbkkz86f2dmwgh2b6"))))
|
"1vahmj2r9r684n8rgnqqb8zhi3wibkxjsv1kql804azx71dslx0d"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue