gnu: tbb: Update to 2019_U9.

* gnu/packages/tbb.scm (tbb): Update to 2019_U9.
This commit is contained in:
Marius Bakke 2019-10-10 17:06:46 +02:00
parent d253719300
commit 3f7a3ea890
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -28,7 +28,7 @@ (define-module (gnu packages tbb)
(define-public tbb (define-public tbb
(package (package
(name "tbb") (name "tbb")
(version "2019_U8") (version "2019_U9")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -37,7 +37,7 @@ (define-public tbb
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0z0kh1a5g28gckcxlv3x7qqskh5fsl8knf2ypbbvk7z9ln9k3wfq")) "1a39nflw7b2n51jfp3fdprnkpgzaspzww1dckfvaigflfli9s8rj"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin