diff options
author | Romain GARBAGE <romain.garbage@inria.fr> | 2025-07-16 15:38:16 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-17 16:02:36 +0200 |
commit | eb73b0336d18918e50bffea5ad4d38e3d5b89dfe (patch) | |
tree | ba367aca95825b6bfbfdccfd1036a32baecda529 | |
parent | 37ee5dd9e81bc18a2fd27f6e70d942aa3efb4e85 (diff) |
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 <andreas@enge.fr>
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files 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. |