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>
This commit is contained in:
Greg Hogan 2022-11-17 20:06:40 +00:00 committed by Christopher Baines
parent 8952a94086
commit 07746c2b15
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1668,7 +1668,7 @@ (define-public lldb
(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