mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
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:
parent
8952a94086
commit
07746c2b15
1 changed files with 1 additions and 1 deletions
|
@ -1668,7 +1668,7 @@ which highly leverage existing libraries in the larger LLVM project.")
|
||||||
(define-public libcxx
|
(define-public libcxx
|
||||||
(package
|
(package
|
||||||
(name "libcxx")
|
(name "libcxx")
|
||||||
(version "14.0.6")
|
(version (package-version llvm-15))
|
||||||
(source (llvm-monorepo version))
|
(source (llvm-monorepo version))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue