gnu: ocl-icd: Update to 2.3.4.

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

Change-Id: Icc6006feb628d86881b3bf8c1f95a8448fb9eb80
This commit is contained in:
Cayetano Santos 2026-01-17 17:47:22 +01:00 committed by Andreas Enge
parent ac7452d1a2
commit 692167b046
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

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))