[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/30: gnu: tbb: Update to 2020.0.
From: |
guix-commits |
Subject: |
29/30: gnu: tbb: Update to 2020.0. |
Date: |
Mon, 23 Dec 2019 13:46:32 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e315c72f2b70f16aae25d8c8f26bcf89604c48f5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Dec 23 13:46:17 2019 +0100
gnu: tbb: Update to 2020.0.
* gnu/packages/tbb.scm (tbb): Update to 2020.0.
---
gnu/packages/tbb.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
index 926e1ca..5414e66 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
;;; Copyright © 2016 ng0 <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -28,16 +29,16 @@
(define-public tbb
(package
(name "tbb")
- (version "2019_U9")
+ (version "2020.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/01org/tbb")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1a39nflw7b2n51jfp3fdprnkpgzaspzww1dckfvaigflfli9s8rj"))
+ "11prl038dh8gprvn5f5p16af2rgh4lr3bfyyvavgfl3jdvsj2mqh"))
(modules '((guix build utils)))
(snippet
'(begin
- 21/30: gnu: xxhash: Update to 0.7.2., (continued)
- 21/30: gnu: xxhash: Update to 0.7.2., guix-commits, 2019/12/23
- 30/30: gnu: clustershell: Update to 1.8.3., guix-commits, 2019/12/23
- 20/30: gnu: xchm: Update to 1.31., guix-commits, 2019/12/23
- 22/30: gnu: gnome-shell-extension-dash-to-dock: Update to 67., guix-commits, 2019/12/23
- 23/30: gnu: knot-resolver: Update to 4.3.0 [fixes CVE-2019-19331]., guix-commits, 2019/12/23
- 24/30: gnu: knot: Update to 2.9.2., guix-commits, 2019/12/23
- 25/30: gnu: nsd: Update to 4.2.4., guix-commits, 2019/12/23
- 26/30: gnu: umoci: Update to 0.4.5., guix-commits, 2019/12/23
- 27/30: gnu: dos2unix: Don't use NAME in source URI., guix-commits, 2019/12/23
- 28/30: gnu: dos2unix: Update to 7.4.1., guix-commits, 2019/12/23
- 29/30: gnu: tbb: Update to 2020.0.,
guix-commits <=