all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54954] [PATCH] gnu: cxxopts: Update to 3.0.0.
@ 2022-04-15 14:52 Greg Hogan
  2022-04-20 20:22 ` bug#54954: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-04-15 14:52 UTC (permalink / raw)
  To: 54954


[-- Attachment #1.1: Type: text/plain, Size: 1234 bytes --]

$ ./pre-inst-env guix refresh -l cxxopts
No dependents other than itself: cxxopts@3.0.0

From 7a4c306ffe23151f72a04d1025c8d74490188d0d Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 12 Apr 2022 19:39:08 +0000
Subject: [PATCH] gnu: cxxopts: Update to 3.0.0.

* gnu/packages/cpp.scm (cxxopts): Update to 3.0.0.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index ed2d957bed..4e6bc2e22e 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1064,7 +1064,7 @@ (define-public pegtl
 (define-public cxxopts
   (package
     (name "cxxopts")
-    (version "2.2.1")
+    (version "3.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1073,7 +1073,7 @@ (define-public cxxopts
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0d3y747lsh1wkalc39nxd088rbypxigm991lk3j91zpn56whrpha"))))
+                "08x7j168l1xwj0r3rv89cgghmfhsx98lpq35r3vkh504m1pd55a6"))))
     (build-system cmake-build-system)
     (synopsis "Lightweight C++ command line option parser")
     (description
-- 
2.35.1

[-- Attachment #1.2: Type: text/html, Size: 1592 bytes --]

[-- Attachment #2: 0001-gnu-cxxopts-Update-to-3.0.0.patch --]
[-- Type: application/x-patch, Size: 1146 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54954: [PATCH] gnu: cxxopts: Update to 3.0.0.
  2022-04-15 14:52 [bug#54954] [PATCH] gnu: cxxopts: Update to 3.0.0 Greg Hogan
@ 2022-04-20 20:22 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-20 20:22 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 54954-done

Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

>>From 7a4c306ffe23151f72a04d1025c8d74490188d0d Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Tue, 12 Apr 2022 19:39:08 +0000
> Subject: [PATCH] gnu: cxxopts: Update to 3.0.0.
>
> * gnu/packages/cpp.scm (cxxopts): Update to 3.0.0.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-20 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15 14:52 [bug#54954] [PATCH] gnu: cxxopts: Update to 3.0.0 Greg Hogan
2022-04-20 20:22 ` bug#54954: " Ludovic Courtès

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.