gnu: LLVM@10: Re-apply 10.0.1 update.

This is a fixup for the merge in 5e2140511c1ad9ccd731438b74d61b62111da1e6 as
well as the previous fixup in e37c575723b38a4e64df798fc8a922e26c849a3f which
partially reverted the LLVM@10 update from 66e3812e2fb152f9a98e85f7d74a92753a2873b8.

* gnu/packages/llvm.scm (llvm-10): Update to 10.0.1.
This commit is contained in:
Marius Bakke 2020-12-19 21:51:55 +01:00
parent 39299b9345
commit 01f1bca859
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -562,14 +562,14 @@ of programming tools as well as libraries with equivalent functionality.")
(define-public llvm-10
(package
(inherit llvm-11)
(version "10.0.0")
(version "10.0.1")
(source
(origin
(method url-fetch)
(uri (llvm-uri "llvm" version))
(sha256
(base32
"1pwgm6cr0xr5a0hrbqs1zvsvvjvy0yq1y47c96804wcs795s90yz"))))))
"1wydhbp9kyjp5y0rc627imxgkgqiv3dfirbqil9dgpnbaw5y7n65"))))))
(define-public clang-runtime-10
(clang-runtime-from-llvm