mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
dd476cfb76
commit
69b8feabcf
1 changed files with 2 additions and 2 deletions
|
@ -1213,7 +1213,7 @@ (define-public taskflow
|
|||
(define-public kokkos
|
||||
(package
|
||||
(name "kokkos")
|
||||
(version "4.1.00")
|
||||
(version "4.2.01")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1222,7 +1222,7 @@ (define-public kokkos
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15kjpa54ssrrbid9h2nr94nh85qna5c4vq2152i4iy7gaagigy3c"))
|
||||
(base32 "1bvxcy11as38ng9vdp93mrdvm7sgwqjrm67p53wr1aj7x3pq3hbp"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled googletest.
|
||||
|
|
Loading…
Reference in a new issue