civodul pushed a commit to branch master
in repository guix.

commit ee9f5cef6e85be8501ecefb80c7545e5e4320da8
Author: Felix Gruber <[email protected]>
AuthorDate: Fri Apr 14 19:27:26 2023 +0000

    gnu: dune-common: Update to 2.9.0.
    
    * gnu/packages/maths.scm (dune-common): Update to 2.9.0.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index eebfdab914..2c62fde9a7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -34,7 +34,7 @@
 ;;; Copyright © 2019 Steve Sprang <[email protected]>
 ;;; Copyright © 2019 Robert Smith <[email protected]>
 ;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
-;;; Copyright © 2020–2022 Felix Gruber <[email protected]>
+;;; Copyright © 2020–2023 Felix Gruber <[email protected]>
 ;;; Copyright © 2020 R Veera Kumar <[email protected]>
 ;;; Copyright © 2020 Vincent Legoll <[email protected]>
 ;;; Copyright © 2020 Nicolò Balzarotti <[email protected]>
@@ -6797,7 +6797,7 @@ linear algebra primitives specifically targeting graph 
analytics.")
 (define-public dune-common
   (package
     (name "dune-common")
-    (version "2.7.1")
+    (version "2.9.0")
     (source
      (origin
        (method url-fetch)
@@ -6805,7 +6805,7 @@ linear algebra primitives specifically targeting graph 
analytics.")
                            version "/dune-common-" version ".tar.gz"))
        (sha256
         (base32
-         "0sidwdkyrrqjkqhpvrlc991pzi5xzlvxk91s2n7qk3widwy7fch2"))))
+         "04pzk8q0bibci8z5xlwndhh3y3vs63mw7kad62lbzfwrr5121hrd"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases

Reply via email to