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:
parent
39299b9345
commit
01f1bca859
@ -562,14 +562,14 @@ of programming tools as well as libraries with equivalent functionality.")
|
|||||||
(define-public llvm-10
|
(define-public llvm-10
|
||||||
(package
|
(package
|
||||||
(inherit llvm-11)
|
(inherit llvm-11)
|
||||||
(version "10.0.0")
|
(version "10.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (llvm-uri "llvm" version))
|
(uri (llvm-uri "llvm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pwgm6cr0xr5a0hrbqs1zvsvvjvy0yq1y47c96804wcs795s90yz"))))))
|
"1wydhbp9kyjp5y0rc627imxgkgqiv3dfirbqil9dgpnbaw5y7n65"))))))
|
||||||
|
|
||||||
(define-public clang-runtime-10
|
(define-public clang-runtime-10
|
||||||
(clang-runtime-from-llvm
|
(clang-runtime-from-llvm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user