gnu: dune-functions: Update to 2.9.0.

* gnu/packages/maths.scm (dune-functions): Update to 2.9.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Felix Gruber 2023-04-14 19:27:35 +00:00 committed by Ludovic Courtès
parent 23e1a84f0a
commit e9248625d4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -7225,7 +7225,7 @@ operating on statically typed trees of objects.")
(define-public dune-functions (define-public dune-functions
(package (package
(name "dune-functions") (name "dune-functions")
(version "2.7.1") (version "2.9.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7235,7 +7235,7 @@ operating on statically typed trees of objects.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"04dhr4asnl38bf1gp8hrk31maav33m7q71lhl2n5yk1q1x6i77nw")))) "0pmi9vk0pdq9qp3xvknsndg8l6f2xkjr1rwbfbzsl9aj0qv9rn2p"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases