guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: tbb: Update to 2021.5.0.


From: guix-commits
Subject: 03/06: gnu: tbb: Update to 2021.5.0.
Date: Fri, 4 Feb 2022 19:00:24 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4e53625cc8b083df5717ff77756d099679002e26
Author: Simon South <simon@simonsouth.net>
AuthorDate: Wed Feb 2 09:47:06 2022 -0500

    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>
---
 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-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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]