mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
ac7452d1a2
commit
692167b046
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue