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>
This commit is contained in:
Romain GARBAGE 2024-03-20 17:27:05 +01:00 committed by Ludovic Courtès
parent dd476cfb76
commit 69b8feabcf
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1213,7 +1213,7 @@ (define-public taskflow
(define-public kokkos (define-public kokkos
(package (package
(name "kokkos") (name "kokkos")
(version "4.1.00") (version "4.2.01")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1222,7 +1222,7 @@ (define-public kokkos
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "15kjpa54ssrrbid9h2nr94nh85qna5c4vq2152i4iy7gaagigy3c")) (base32 "1bvxcy11as38ng9vdp93mrdvm7sgwqjrm67p53wr1aj7x3pq3hbp"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled googletest. ;; Remove bundled googletest.