unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 63449@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#63449] [PATCH 1/3] gnu: cxxopts: Update to 3.1.1.
Date: Thu, 11 May 2023 19:41:35 +0000	[thread overview]
Message-ID: <20230511194137.821374-1-code@greghogan.com> (raw)
In-Reply-To: <20230511193916.819097-1-code@greghogan.com>

* gnu/packages/cpp.scm (cxxopts): Update to 3.1.1.
---
 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 ef1a22c4c0..2ab850e2ff 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1188,7 +1188,7 @@ (define-public psascan
 (define-public cxxopts
   (package
     (name "cxxopts")
-    (version "3.0.0")
+    (version "3.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1197,7 +1197,7 @@ (define-public cxxopts
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08x7j168l1xwj0r3rv89cgghmfhsx98lpq35r3vkh504m1pd55a6"))))
+                "0d37qpsaq8ik7pl4vk8346vqcqyfzfbnpq8mhsa2gb2zf1lwr4wl"))))
     (build-system cmake-build-system)
     (synopsis "Lightweight C++ command line option parser")
     (description
-- 
2.40.1





  reply	other threads:[~2023-05-11 19:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-11 19:39 [bug#63449] [PATCH 0/3] Update cxxopts Greg Hogan
2023-05-11 19:41 ` Greg Hogan [this message]
2023-05-11 19:41   ` [bug#63449] [PATCH 2/3] gnu: discregrid: Fix for dependent updates Greg Hogan
2023-05-11 19:41   ` [bug#63449] [PATCH 3/3] gnu: f3d: Update to 2.0.0 Greg Hogan
2023-05-18 18:00 ` bug#63449: [PATCH 0/3] Update cxxopts Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20230511194137.821374-1-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=63449@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).