guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: lldb: Update to 15.0.5.


From: guix-commits
Subject: 04/08: gnu: lldb: Update to 15.0.5.
Date: Tue, 22 Nov 2022 04:26:51 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 8952a9408620d5d757242f3219223cf4073172ef
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Nov 17 20:06:39 2022 +0000

    gnu: lldb: Update to 15.0.5.
    
    * gnu/packages/llvm.scm (lldb): Update to 15.0.5.
    [version]: Use version from LLVM-15.
    [inputs]: Change from LLVM-14 and CLANG-14 to LLVM-15 and CLANG-15.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/llvm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index fc5360f288..108a190c4b 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1634,7 +1634,7 @@ misuse of libraries outside of the store.")))
 (define-public lldb
   (package
     (name "lldb")
-    (version "14.0.6")
+    (version (package-version llvm-15))
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (arguments
@@ -1648,8 +1648,8 @@ misuse of libraries outside of the store.")))
     (native-inputs
      (list pkg-config swig))
     (inputs
-     (list clang-14
-           llvm-14
+     (list clang-15
+           llvm-15
            ;; Optional (but recommended) inputs.
            ncurses
            libedit



reply via email to

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