guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: tbb: Update to 2020.2.


From: guix-commits
Subject: 01/05: gnu: tbb: Update to 2020.2.
Date: Wed, 13 May 2020 11:55:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8c19e2a92acb8cfd1cafd2bc8572345f58c08acb
Author: Marius Bakke <address@hidden>
AuthorDate: Wed May 13 16:14:24 2020 +0200

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



reply via email to

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