guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68176] [PATCH 9/9] gnu: dune-functions: Update to 2.9.1.


From: Felix Gruber
Subject: [bug#68176] [PATCH 9/9] gnu: dune-functions: Update to 2.9.1.
Date: Sun, 31 Dec 2023 15:47:17 +0000

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

Change-Id: I395f0855c094e800ecef5533ea8d8666ada001a7
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index f667c98bd5..9f24a06380 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8517,7 +8517,7 @@ (define-public dune-typetree
 (define-public dune-functions
   (package
     (name "dune-functions")
-    (version "2.9.0")
+    (version "2.9.1")
     (source
      (origin
        (method git-fetch)
@@ -8527,7 +8527,7 @@ (define-public dune-functions
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0pmi9vk0pdq9qp3xvknsndg8l6f2xkjr1rwbfbzsl9aj0qv9rn2p"))))
+         "195q4wqn525xxc621g1q58acmc2v3h1mq52w5flv1vznzfnh6prv"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]