guix-commits
[Top][All Lists]
Advanced

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

02/14: gnu: kokkos: Update to 4.2.01.


From: guix-commits
Subject: 02/14: gnu: kokkos: Update to 4.2.01.
Date: Fri, 5 Apr 2024 12:27:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 69b8feabcf838ce935e914db653e275c0c4f562f
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Wed Mar 20 17:27:05 2024 +0100

    gnu: kokkos: Update to 4.2.01.
    
    * gnu/packages/cpp.scm (kokkos): Update to 4.2.01.
    
    Change-Id: I29df429ad8d347ba486f0a59bf1c4e2a106e51d1
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index f3c88d656f..d4123c7bf4 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1213,7 +1213,7 @@ programs.")
 (define-public kokkos
   (package
     (name "kokkos")
-    (version "4.1.00")
+    (version "4.2.01")
     (source
      (origin
        (method git-fetch)
@@ -1222,7 +1222,7 @@ programs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15kjpa54ssrrbid9h2nr94nh85qna5c4vq2152i4iy7gaagigy3c"))
+        (base32 "1bvxcy11as38ng9vdp93mrdvm7sgwqjrm67p53wr1aj7x3pq3hbp"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled googletest.



reply via email to

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