guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: tbb: Update to 2019_U6.


From: guix-commits
Subject: 03/06: gnu: tbb: Update to 2019_U6.
Date: Tue, 14 May 2019 18:25:10 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b1b74ecffd2d99176750c3ec42282ae2952d5c54
Author: Marius Bakke <address@hidden>
Date:   Tue May 14 15:43:44 2019 +0200

    gnu: tbb: Update to 2019_U6.
    
    * gnu/packages/tbb.scm (tbb): Update to 2019_U6.
---
 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 370c0f4..f4d151f 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -28,7 +28,7 @@
 (define-public tbb
   (package
     (name "tbb")
-    (version "2019_U5")
+    (version "2019_U6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -36,7 +36,7 @@
                     (commit version)))
               (sha256
                (base32
-                "0390da1iya2mvn3ribjb1f8yvzsqsf5b16wn6dqbjxcz0crmwlzk"))
+                "1zbf06l659vq6s5wp3ln96ycwcd42caffan5vilqvqyxqvjljyic"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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