[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: lldb: Update to 17.0.6.
From: |
guix-commits |
Subject: |
07/08: gnu: lldb: Update to 17.0.6. |
Date: |
Sat, 10 Feb 2024 10:50:28 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 354de73fa45bdf045ccca8461dab500f5347b06c
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jan 17 17:36:55 2024 +0000
gnu: lldb: Update to 17.0.6.
* gnu/packages/llvm.scm (lldb): Update to 17.0.6.
[inputs]: Change from LLVM-15 and CLANG-15 to LLVM-17 and CLANG-17.
Change-Id: Iad04ee722c81ecb223ea4d57d25ea57ca7df59a0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 0062bc56cd..2778d0ec38 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -22,7 +22,7 @@
;;; Copyright © 2021 Lars-Dominik Braun <lars@6xq.net>
;;; Copyright © 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
-;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2022, 2024 Greg Hogan <code@greghogan.com>
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2022 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
@@ -1709,7 +1709,7 @@ misuse of libraries outside of the store.")))
(define-public lldb
(package
(name "lldb")
- (version (package-version llvm-15))
+ (version (package-version llvm-17))
(source (llvm-monorepo version))
(build-system cmake-build-system)
(arguments
@@ -1723,8 +1723,8 @@ misuse of libraries outside of the store.")))
(native-inputs
(list pkg-config swig))
(inputs
- (list clang-15
- llvm-15
+ (list clang-17
+ llvm-17
;; Optional (but recommended) inputs.
ncurses
libedit
- branch master updated (caa7a95157 -> 121bf9b296), guix-commits, 2024/02/10
- 04/08: gnu: odamex: Update to 10.4.0., guix-commits, 2024/02/10
- 06/08: gnu: odamex: Remove package labels., guix-commits, 2024/02/10
- 01/08: gnu: sssd: Update to 2.9.4., guix-commits, 2024/02/10
- 07/08: gnu: lldb: Update to 17.0.6.,
guix-commits <=
- 05/08: gnu: odamex: Unbundle some libraries., guix-commits, 2024/02/10
- 08/08: gnu: fcft: Enable shaping support., guix-commits, 2024/02/10
- 02/08: gnu: ocrad: Update to 0.29, guix-commits, 2024/02/10
- 03/08: gnu: sameboy: Update to 0.16.2., guix-commits, 2024/02/10