1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: ocl-icd: Update to 2.3.4.

* gnu/packages/opencl.scm (ocl-icd): Update to 2.3.4.

Change-Id: Icc6006feb628d86881b3bf8c1f95a8448fb9eb80
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Cayetano Santos
2026-01-17 17:47:22 +01:00
committed by Rutherther
parent 261c1e6215
commit 036e70b60e

View File

@@ -182,7 +182,7 @@ the system.")
(define-public ocl-icd
(package
(name "ocl-icd")
(version "2.3.2")
(version "2.3.4")
(source
(origin
(method git-fetch)
@@ -191,7 +191,7 @@ the system.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0y0lnxb6zlhfb5vxxib5n1vvxa4b23qc0j3lsih6yjz9j37mj7wz"))))
(base32 "119xr73anh1kqj3mndlplx65bq1cpq06pypc837hyc0ngbgpxbpf"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool ruby))