Skip to content

Commit 98bef01

Browse files
committed
gnu: tbb: Update to 2020.1.
* gnu/packages/tbb.scm (tbb): Update to 2020.1.
1 parent e7cdba6 commit 98bef01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnu/packages/tbb.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
(define-public tbb
3030
(package
3131
(name "tbb")
32-
(version "2020.0")
32+
(version "2020.1")
3333
(source (origin
3434
(method git-fetch)
3535
(uri (git-reference
@@ -38,7 +38,7 @@
3838
(file-name (git-file-name name version))
3939
(sha256
4040
(base32
41-
"11prl038dh8gprvn5f5p16af2rgh4lr3bfyyvavgfl3jdvsj2mqh"))
41+
"1vrh1mr9jmj46as9y8j5q1hpvihzd1iq4jr1y4x9a19dw8b7yk56"))
4242
(modules '((guix build utils)))
4343
(snippet
4444
'(begin

0 commit comments

Comments
 (0)