mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: opencl-clhpp: Update to 2024.10.24.
* gnu/packages/opencl.scm (opencl-clhpp): Update to 2024.10.24. Change-Id: I511b75456a6c1d3797b712a3f286751b6cd32f9b Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
a73bf86c6a
commit
ae1057501c
1 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@
|
|||
(define-public opencl-clhpp
|
||||
(package
|
||||
(name "opencl-clhpp")
|
||||
(version "2023.02.06")
|
||||
(version "2024.10.24")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
(url "https://github.com/KhronosGroup/OpenCL-CLHPP")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1m3v5apjv3qagym32xqg38pq6i8j5d8svz11clsx408nrlyngrj0"))
|
||||
(base32 "1s9z30p80qc1dgp04wvc6szgcs4r167m3nk9622d2bbaaalgd5vg"))
|
||||
(file-name (git-file-name name version))))
|
||||
(native-inputs
|
||||
`(("python" ,python-wrapper)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue