From e9248625d47c6ebe56df7a3b901a789461e54075 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Fri, 14 Apr 2023 19:27:35 +0000 Subject: gnu: dune-functions: Update to 2.9.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/maths.scm (dune-functions): Update to 2.9.0. Signed-off-by: Ludovic Courtès --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index da5fe7aa74..d428673a33 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -7225,7 +7225,7 @@ operating on statically typed trees of objects.") (define-public dune-functions (package (name "dune-functions") - (version "2.7.1") + (version "2.9.0") (source (origin (method git-fetch) @@ -7235,7 +7235,7 @@ operating on statically typed trees of objects.") (file-name (git-file-name name version)) (sha256 (base32 - "04dhr4asnl38bf1gp8hrk31maav33m7q71lhl2n5yk1q1x6i77nw")))) + "0pmi9vk0pdq9qp3xvknsndg8l6f2xkjr1rwbfbzsl9aj0qv9rn2p")))) (build-system cmake-build-system) (arguments `(#:phases -- cgit v1.2.3