mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
2d4c22b0aa
commit
4e53625cc8
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ (define-module (gnu packages tbb)
|
||||||
(define-public tbb
|
(define-public tbb
|
||||||
(package
|
(package
|
||||||
(name "tbb")
|
(name "tbb")
|
||||||
(version "2021.4.0")
|
(version "2021.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -40,7 +40,7 @@ (define-public tbb
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ih727g802j9lvwkqhw021bk1wb7xlvfgd0vl1i6jng4am1wv7vq"))))
|
"1z0pqzfx63zrmyqdvvkk8vl5dc0i0n5cimdkrypd50ig4d4yi7sc"))
|
||||||
(patches (list
|
(patches (list
|
||||||
;; Backport an upstream commit that prevents the
|
;; Backport an upstream commit that prevents the
|
||||||
;; "test_eh_thread" test failing on AArch64.
|
;; "test_eh_thread" test failing on AArch64.
|
||||||
|
|
Loading…
Reference in a new issue