This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c3311de1ab gnu: onetbb: Update to 2022.3.0.
c3311de1ab is described below
commit c3311de1abc5b2acf36d13ac30e1f34a55d4d3df
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 9 10:51:02 2026 +0100
gnu: onetbb: Update to 2022.3.0.
* gnu/packages/oneapi.scm (onetbb): Update to 2022.3.0.
Change-Id: If883a90957fc3e01eb62bfc72c9d1359ba029e94
---
gnu/packages/oneapi.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/oneapi.scm b/gnu/packages/oneapi.scm
index d17f918a20..fbf66320ff 100644
--- a/gnu/packages/oneapi.scm
+++ b/gnu/packages/oneapi.scm
@@ -108,7 +108,7 @@ performance library of basic building blocks for deep
learning applications.")
(define-public onetbb
(package
(name "onetbb")
- (version "2022.2.0")
+ (version "2022.3.0")
(source
(origin
(method git-fetch)
@@ -118,7 +118,7 @@ performance library of basic building blocks for deep
learning applications.")
(file-name (git-file-name name version))
(sha256
(base32
- "04hjgc0yg0kdwr5qssl4y7hqv4wgcrlmblvbiaxqlyxrd400y901"))
+ "0ibwr5cw0zw5dfcdhavr5zbmwqqf7vnsai0gh4mqw475l7lcb08w"))
(patches (search-patches "onetbb-other-arches.patch"))))
(build-system cmake-build-system)
(arguments