diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/oneapi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/oneapi.scm b/gnu/packages/oneapi.scm index e4848da1e85..8fc0e0ef5a8 100644 --- a/gnu/packages/oneapi.scm +++ b/gnu/packages/oneapi.scm | |||
| @@ -151,7 +151,7 @@ performance library of basic building blocks for deep learning applications.") | |||
| 151 | (define-public onetbb | 151 | (define-public onetbb |
| 152 | (package | 152 | (package |
| 153 | (name "onetbb") | 153 | (name "onetbb") |
| 154 | (version "2022.3.0") | 154 | (version "2023.1.0") |
| 155 | (source | 155 | (source |
| 156 | (origin | 156 | (origin |
| 157 | (method git-fetch) | 157 | (method git-fetch) |
| @@ -161,7 +161,7 @@ performance library of basic building blocks for deep learning applications.") | |||
| 161 | (file-name (git-file-name name version)) | 161 | (file-name (git-file-name name version)) |
| 162 | (sha256 | 162 | (sha256 |
| 163 | (base32 | 163 | (base32 |
| 164 | "0ibwr5cw0zw5dfcdhavr5zbmwqqf7vnsai0gh4mqw475l7lcb08w")) | 164 | "15knh7rwdvwjylk4kcxlkhgdwla4m3k5zkxg4xvznnqh0zds2bpc")) |
| 165 | (patches (search-patches "onetbb-other-arches.patch")))) | 165 | (patches (search-patches "onetbb-other-arches.patch")))) |
| 166 | (build-system cmake-build-system) | 166 | (build-system cmake-build-system) |
| 167 | (arguments | 167 | (arguments |
