mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: dune-localfunctions: Update to 2.9.0.
* gnu/packages/maths.scm (dune-localfunctions): Update to 2.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
53e4330774
commit
d85ffbe381
1 changed files with 2 additions and 2 deletions
|
@ -7025,7 +7025,7 @@ (define-public dune-istl
|
|||
(define-public dune-localfunctions
|
||||
(package
|
||||
(name "dune-localfunctions")
|
||||
(version "2.7.1")
|
||||
(version "2.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7033,7 +7033,7 @@ (define-public dune-localfunctions
|
|||
version "/dune-localfunctions-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"031i42anrhi0ngpvp42rdjbkic7v3008fwild9xg7flffwvnpshg"))))
|
||||
"02zl49q40ifmic221fxlhi8zj9pybdyjavzvgn1zwh636ysgjbsp"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue