guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: tbb: Update to 2019_U9.


From: guix-commits
Subject: 05/07: gnu: tbb: Update to 2019_U9.
Date: Thu, 10 Oct 2019 14:16:09 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3f7a3ea890ce0a2e68dfa6b7485ff24926ce43ee
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 10 17:06:46 2019 +0200

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



reply via email to

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