mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: dune-localfunctions: Update to 2.10.0.
* gnu/packages/maths.scm (dune-localfunctions): Update to 2.10.0. Change-Id: If3a92b213d0c94b15035b937e9d0fd96bdf13554 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
7e855f5fa0
commit
644d2aa36b
1 changed files with 2 additions and 2 deletions
|
@ -8607,7 +8607,7 @@ (define-public dune-istl
|
|||
(define-public dune-localfunctions
|
||||
(package
|
||||
(name "dune-localfunctions")
|
||||
(version "2.9.0")
|
||||
(version "2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8615,7 +8615,7 @@ (define-public dune-localfunctions
|
|||
version "/dune-localfunctions-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02zl49q40ifmic221fxlhi8zj9pybdyjavzvgn1zwh636ysgjbsp"))))
|
||||
"0a5hyd7fps18178dq41nxa21h0i9ah6sw7di8qkc4i1rh052rzc1"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue