This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new eb73b0336d gnu: kokkos: Update to 4.6.02.
eb73b0336d is described below

commit eb73b0336d18918e50bffea5ad4d38e3d5b89dfe
Author: Romain GARBAGE <[email protected]>
AuthorDate: Wed Jul 16 15:38:16 2025 +0200

    gnu: kokkos: Update to 4.6.02.
    
    * gnu/packages/cpp.scm (kokkos): Update to 4.6.02.
    
    Change-Id: I581ffc12e90996cd40e9a9255e91e0772ce29407
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 a4607534d1..4c00f4a18e 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1830,7 +1830,7 @@ programs.")
 (define-public kokkos
   (package
     (name "kokkos")
-    (version "4.4.00")
+    (version "4.6.02")
     (source
      (origin
        (method git-fetch)
@@ -1839,7 +1839,7 @@ programs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1k8xd1m5lvk28i677yj780029gsb56m48wyh8d7rp9yqd4bcchbh"))
+        (base32 "0pfrxqjirm8qccb9k1krlw9fh0qlva62q6gyc6j7yz0zvdrdyi59"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled googletest.

Reply via email to