guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libcxx: Correct sha256 hash.


From: guix-commits
Subject: 01/01: gnu: libcxx: Correct sha256 hash.
Date: Sun, 17 Mar 2019 20:43:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8c72f13fd45fc04ee64c9b2865a293ad8d47d1f1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 01:36:58 2019 +0100

    gnu: libcxx: Correct sha256 hash.
    
    * gnu/packages/llvm.scm (libcxx)[source]: Fix it.
---
 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 8ae646d..3d46b02 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]