gnu: tbb: Update to 2020.2.

* gnu/packages/tbb.scm (tbb): Update to 2020.2.
This commit is contained in:
Marius Bakke 2020-05-13 16:14:24 +02:00
parent 3480ceb10a
commit 8c19e2a92a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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
(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