Skip to content
Snippets Groups Projects
Unverified Commit 8c19e2a9 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: tbb: Update to 2020.2.

* gnu/packages/tbb.scm (tbb): Update to 2020.2.
parent 3480ceb1
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ (define-module (gnu packages tbb) ...@@ -29,7 +29,7 @@ (define-module (gnu packages tbb)
(define-public tbb (define-public tbb
(package (package
(name "tbb") (name "tbb")
(version "2020.1") (version "2020.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
...@@ -38,7 +38,7 @@ (define-public tbb ...@@ -38,7 +38,7 @@ (define-public tbb
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1vrh1mr9jmj46as9y8j5q1hpvihzd1iq4jr1y4x9a19dw8b7yk56")) "0h8kdxikpq2v4a2h9cj33ril9kj0ig47n0vvbd92wabkn442jwar"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment