guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: LLVM, Clang: Update to 14.0.3.


From: guix-commits
Subject: 06/08: gnu: LLVM, Clang: Update to 14.0.3.
Date: Mon, 9 May 2022 06:28:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 998eda3067c7d21e0d9bb3310d2f5a14b8f1c681
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Apr 29 20:27:44 2022 +0000

    gnu: LLVM, Clang: Update to 14.0.3.
    
    * gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-14,
      lld-14): Update to 14.0.3.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/llvm.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 8348638614..0fc2a8e380 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -527,10 +527,10 @@ output), and Binutils.")
               ("libc-static" ,glibc "static")))))
 
 (define %llvm-monorepo-hashes
-  '(("14.0.0" . "1ixqzjzq4ad3mv1w44gwcg1shy34c2b3i9ja71vx1wa7l2ms2376")))
+  '(("14.0.3" . "0makhpbrg46m2gi8wyp5h21ln4mgilahh3clk4d1b2ln2ck3v7m8")))
 
 (define %llvm-patches
-  '(("14.0.0" . ("clang-14.0-libc-search-path.patch"))))
+  '(("14.0.3" . ("clang-14.0-libc-search-path.patch"))))
 
 (define (llvm-monorepo version)
   (origin
@@ -545,7 +545,7 @@ output), and Binutils.")
 (define-public llvm-14
   (package
     (name "llvm")
-    (version "14.0.0")
+    (version "14.0.3")
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (outputs '("out" "opt-viewer"))
@@ -1153,7 +1153,7 @@ of programming tools as well as libraries with equivalent 
functionality.")
 (define-public lld-14
   (package
     (name "lld")
-    (version "14.0.0")
+    (version "14.0.3")
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (inputs



reply via email to

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