GNU bug report logs -
#53723
[PATCH staging 2/2] gnu: tbb: Update to 2021.5.0.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Wed, 2 Feb 2022 14:42:02 UTC
Severity: normal
Tags: patch
Done: Simon South <simon <at> simonsouth.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tbb.scm (tbb): Update to 2021.5.0.
---
gnu/packages/tbb.scm | 4 ++--
1 file 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-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.
--
2.34.0
This bug report was last modified 3 years and 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.