guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: tbb: Update to 2017_20160916.


From: Ricardo Wurmus
Subject: 01/02: gnu: tbb: Update to 2017_20160916.
Date: Fri, 7 Oct 2016 22:03:40 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit e35ce6893c7b45730979fb61a669488de321dec8
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Oct 7 22:27:45 2016 +0200

    gnu: tbb: Update to 2017_20160916.
    
    * gnu/packages/tbb.scm (tbb): Update to 2017_20160916.
---
 gnu/packages/tbb.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
index 43e9288..6a66880 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -28,16 +28,16 @@
 (define-public tbb
   (package
     (name "tbb")
-    (version "2017")
+    (version "2017_20160916")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://www.threadingbuildingblocks.org/sites/default";
                     "/files/software_releases/source/"
-                    "tbb" version "_20160722oss_src.tgz"))
+                    "tbb" version "oss_src.tgz"))
               (sha256
                (base32
-                "038rmv3s8si51bjrzwyv8ldqw742fjjdfayi8pmjaq5zw32b8pzx"))
+                "1i3zy87gyzw22fvajm039w6g822qzqn7jbmznc8y8c57qpqnf330"))
               (modules '((guix build utils)))
               (snippet
                '(substitute* "build/common.inc"



reply via email to

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