guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: dune-functions: Update to 2.10.0.


From: guix-commits
Subject: 10/10: gnu: dune-functions: Update to 2.10.0.
Date: Fri, 22 Nov 2024 15:48:14 -0500 (EST)

andreas pushed a commit to branch master
in repository guix.

commit 48cd10829088cdba6f44dad9808e37a687b8398e
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Nov 14 20:21:06 2024 +0000

    gnu: dune-functions: Update to 2.10.0.
    
    * gnu/packages/maths.scm (dune-functions): Update to 2.10.0.
    
    Change-Id: I022a75f9c66adf50b5b074594d50eed98f316634
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/maths.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index bcc8f9f9eb..9257a8adb7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8805,17 +8805,15 @@ operating on statically typed trees of objects.")
 (define-public dune-functions
   (package
     (name "dune-functions")
-    (version "2.9.0")
+    (version "2.10.0")
     (source
      (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://gitlab.dune-project.org/staging/dune-functions.git";)
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
+       (method url-fetch)
+       (uri (string-append "https://dune-project.org/download/";
+                           version "/dune-functions-" version ".tar.gz"))
        (sha256
         (base32
-         "0pmi9vk0pdq9qp3xvknsndg8l6f2xkjr1rwbfbzsl9aj0qv9rn2p"))))
+         "1v2yyiqacspa7fkz5pbhd9hcz8rk5bhyhlhwvr3jjgmniiy0x2hp"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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