gnu: libcxx: Correct sha256 hash.

* gnu/packages/llvm.scm (libcxx)[source]: Fix it.
master
Tobias Geerinckx-Rice 2019-03-18 01:36:58 +01:00
parent d831b19079
commit 8c72f13fd4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ code analysis tools.")
version "/libcxx-" version ".src.tar.xz"))
(sha256
(base32
"0rzw4qvxp6qx4l4h9amrq02gp7hbg8lw4m0sy3k60f50234gnm3n"))))
"1wdrxg365ig0kngx52pd0n820sncp24blb0zpalc579iidhh4002"))))
(build-system cmake-build-system)
(native-inputs
`(("clang" ,clang)