all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 59342@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#59342] [PATCH 3/3] gnu: libcxx: Update to 15.0.5.
Date: Thu, 17 Nov 2022 20:06:40 +0000	[thread overview]
Message-ID: <0f133b92a98370f40d04ead129000938c8894258.1668714905.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1668714905.git.code@greghogan.com>

* gnu/packages/llvm.scm (libcxx): Update to 15.0.5.
[version]: Use version from LLVM-15.
---
 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 d9bbe9c078..b861fd9cc4 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1665,7 +1665,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
-- 
2.38.1





      parent reply	other threads:[~2022-11-17 20:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-17 20:03 [bug#59342] [PATCH 0/3] Update lldb Greg Hogan
2022-11-17 20:06 ` [bug#59342] [PATCH 1/3] gnu: LLVM, Clang, libomp, lld: Update to 15.0.5 Greg Hogan
2022-11-17 20:06 ` [bug#59342] [PATCH 2/3] gnu: lldb: " Greg Hogan
2022-11-19 13:34   ` Christopher Baines
2022-11-21 14:35     ` Greg Hogan
2022-11-22  9:39       ` Christopher Baines
2022-11-17 20:06 ` Greg Hogan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0f133b92a98370f40d04ead129000938c8894258.1668714905.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=59342@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.