guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: tbb: Update to 2019_U8.


From: guix-commits
Subject: 02/02: gnu: tbb: Update to 2019_U8.
Date: Tue, 11 Jun 2019 04:26:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit bf3005346e6538aba6d077c887f688779b94b274
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 10 15:32:34 2019 +0200

    gnu: tbb: Update to 2019_U8.
    
    * gnu/packages/tbb.scm (tbb): Update to 2019_U8.
---
 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 b8f3242..5e427ff 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -28,7 +28,7 @@
 (define-public tbb
   (package
     (name "tbb")
-    (version "2019_U6")
+    (version "2019_U8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -37,7 +37,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zbf06l659vq6s5wp3ln96ycwcd42caffan5vilqvqyxqvjljyic"))
+                "0z0kh1a5g28gckcxlv3x7qqskh5fsl8knf2ypbbvk7z9ln9k3wfq"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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