diff options
author | Romain GARBAGE <romain.garbage@inria.fr> | 2024-09-12 13:08:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-16 10:32:05 +0200 |
commit | f18269421de41174e41a364fb831502ac308c0a5 (patch) | |
tree | 0bc7ffd7c21bb8d94b48c80bd8865855f6efb611 /gnu | |
parent | a4e7a756b2017d7eac1fd777d1dc3dfc3a7a9d6f (diff) | |
download | guix-f18269421de41174e41a364fb831502ac308c0a5.tar.gz guix-f18269421de41174e41a364fb831502ac308c0a5.zip |
gnu: kokkos: Update to 4.4.00.
* gnu/packages/cpp.scm (kokkos): Update to 4.4.00.
Change-Id: I58b6fed438721bce58645a03b76851183e675a69
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-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 579dde6953..da2cfcab6e 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1319,7 +1319,7 @@ programs.") (define-public kokkos (package (name "kokkos") - (version "4.3.01") + (version "4.4.00") (source (origin (method git-fetch) @@ -1328,7 +1328,7 @@ programs.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "069j9wijw8vwp2844sdrp0wpq59wihykbhbacwadac01l467m3y7")) + (base32 "1k8xd1m5lvk28i677yj780029gsb56m48wyh8d7rp9yqd4bcchbh")) (modules '((guix build utils))) (snippet ;; Remove bundled googletest. |