rekado pushed a commit to branch master
in repository guix.
commit 4980b0b5b9a2076bebf67195a6db9d92ef563059
Author: Ricardo Wurmus <[email protected]>
Date: Mon Jun 24 13:26:37 2019 +0200
gnu: libcxx: Update hash.
This is a follow-up to commit c5296e205b65a9b53553cf45be2ab223d5e82df5,
which
updated llvm.
* gnu/packages/llvm.scm (libcxx): Update hash.
---
gnu/packages/llvm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 8cb05a6..054b42d 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -273,7 +273,7 @@ code analysis tools.")
version "/libcxx-" version ".src.tar.xz"))
(sha256
(base32
- "1wdrxg365ig0kngx52pd0n820sncp24blb0zpalc579iidhh4002"))))
+ "1qlx3wlxrnc5cwc1fcfc2vhfsl7j4294hi8y5kxj8hy8wxsjd462"))))
(build-system cmake-build-system)
(native-inputs
`(("clang" ,clang)