[PATCH staging 2/2] gnu: tbb: Update to 2021.5.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal

Debbugs page

Simon South wrote 3 years ago
(address . guix-patches@gnu.org)
feacdea9bb5d24670659769db0737794e5487069.1643812145.git.simon@simonsouth.net
* gnu/packages/tbb.scm (tbb): Update to 2021.5.0.
---
gnu/packages/tbb.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Simon South wrote 3 years ago
control message for bug #53723
(address . control@debbugs.gnu.org)
87v8xxpbd1.fsf@simonsouth.net
close 53723
quit

Closing as I opened multiple issues by mistake.

See issue 53724 instead:
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53723@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53723
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help