mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: kokkos: update to 4.3.01.
* gnu/packages/cpp.scm (kokkos): Update to 4.3.01. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
1efa104b60
commit
7770e4140c
1 changed files with 2 additions and 2 deletions
|
@ -1285,7 +1285,7 @@ (define-public taskflow
|
|||
(define-public kokkos
|
||||
(package
|
||||
(name "kokkos")
|
||||
(version "4.2.01")
|
||||
(version "4.3.01")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1294,7 +1294,7 @@ (define-public kokkos
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bvxcy11as38ng9vdp93mrdvm7sgwqjrm67p53wr1aj7x3pq3hbp"))
|
||||
(base32 "069j9wijw8vwp2844sdrp0wpq59wihykbhbacwadac01l467m3y7"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled googletest.
|
||||
|
|
Loading…
Reference in a new issue