guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fabab6beaaaee67838e930071a4261e3309744d3
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Sep 22 12:01:45 2025 +0800

    gnu: lldb: Update to 21.1.1.
    
    * gnu/packages/llvm.scm (lldb): Update to 21.1.1.
    [inputs]: Remove clang-20 and llvm-20; add clang-21 and llvm-21.
    
    Change-Id: I1fe1ce9760b937fd4732b9b98f5e9942bad64208
---
 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 c8b7f71b9a..e4ec1dcd5f 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1488,7 +1488,7 @@ misuse of libraries outside of the store.")))
 (define-public lldb
   (package
     (name "lldb")
-    (version (package-version llvm-20))
+    (version (package-version llvm-21))
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (arguments
@@ -1504,8 +1504,8 @@ misuse of libraries outside of the store.")))
     (native-inputs
      (list pkg-config swig))
     (inputs
-     (list clang-20
-           llvm-20
+     (list clang-21
+           llvm-21
            ;; Optional (but recommended) inputs.
            ncurses
            libedit

Reply via email to