guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: libcxx: Update to 15.0.5.


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

cbaines pushed a commit to branch master
in repository guix.

commit 07746c2b153dfeacf714261f330c04d42e570f3c
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Nov 17 20:06:40 2022 +0000

    gnu: libcxx: Update to 15.0.5.
    
    * gnu/packages/llvm.scm (libcxx): Update to 15.0.5.
    [version]: Use version from LLVM-15.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 108a190c4b..9ffdf8761b 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1668,7 +1668,7 @@ which highly leverage existing libraries in the larger 
LLVM project.")
 (define-public libcxx
   (package
     (name "libcxx")
-    (version "14.0.6")
+    (version (package-version llvm-15))
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (arguments



reply via email to

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