guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: tbb: Update to 2020.1.


From: guix-commits
Subject: 01/03: gnu: tbb: Update to 2020.1.
Date: Thu, 30 Jan 2020 10:16:49 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 98bef018b8968f7c6cb6a4f6e9710ddd8591e78b
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 30 15:16:04 2020 +0100

    gnu: tbb: Update to 2020.1.
    
    * gnu/packages/tbb.scm (tbb): Update to 2020.1.
---
 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 5414e66..f04385c 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -29,7 +29,7 @@
 (define-public tbb
   (package
     (name "tbb")
-    (version "2020.0")
+    (version "2020.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -38,7 +38,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "11prl038dh8gprvn5f5p16af2rgh4lr3bfyyvavgfl3jdvsj2mqh"))
+                "1vrh1mr9jmj46as9y8j5q1hpvihzd1iq4jr1y4x9a19dw8b7yk56"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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