emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#54954: closed ([PATCH] gnu: cxxopts: Update to 3.0.0.)


From: GNU bug Tracking System
Subject: bug#54954: closed ([PATCH] gnu: cxxopts: Update to 3.0.0.)
Date: Wed, 20 Apr 2022 20:24:01 +0000

Your message dated Wed, 20 Apr 2022 22:22:56 +0200
with message-id <87wnfjmrmn.fsf@gnu.org>
and subject line Re: bug#54954: [PATCH] gnu: cxxopts: Update to 3.0.0.
has caused the debbugs.gnu.org bug report #54954,
regarding [PATCH] gnu: cxxopts: Update to 3.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54954: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54954
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cxxopts: Update to 3.0.0. Date: Fri, 15 Apr 2022 10:52:33 -0400
$ ./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: 0001-gnu-cxxopts-Update-to-3.0.0.patch
Description: Source code patch


--- End Message ---
--- Begin Message --- Subject: Re: bug#54954: [PATCH] gnu: cxxopts: Update to 3.0.0. Date: Wed, 20 Apr 2022 22:22:56 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

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