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>
This commit is contained in:
Simon South 2022-02-02 09:47:06 -05:00 committed by Ludovic Courtès
parent 2d4c22b0aa
commit 4e53625cc8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -31,7 +31,7 @@ (define-module (gnu packages tbb)
(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 @@ (define-public tbb
(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.