summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2022-02-02 09:47:06 -0500
committerLudovic Courtès <ludo@gnu.org>2022-02-05 00:59:30 +0100
commit4e53625cc8b083df5717ff77756d099679002e26 (patch)
tree497652796b35a52a745abe40459abece78c9e725
parent2d4c22b0aa497f8a5e57a453b1dbf3ea98747c5f (diff)
downloadguix-patches-4e53625cc8b083df5717ff77756d099679002e26.tar
guix-patches-4e53625cc8b083df5717ff77756d099679002e26.tar.gz
gnu: tbb: Update to 2021.5.0.
* gnu/packages/tbb.scm (tbb): Update to 2021.5.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/tbb.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
index ef92e6db69..e8fbc0f97e 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -31,7 +31,7 @@
(define-public tbb
(package
(name "tbb")
- (version "2021.4.0")
+ (version "2021.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -40,7 +40,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0ih727g802j9lvwkqhw021bk1wb7xlvfgd0vl1i6jng4am1wv7vq"))))
+ "1z0pqzfx63zrmyqdvvkk8vl5dc0i0n5cimdkrypd50ig4d4yi7sc"))
(patches (list
;; Backport an upstream commit that prevents the
;; "test_eh_thread" test failing on AArch64.