guix-commits
[Top][All Lists]
Advanced

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

02/19: gnu: cxxopts: Update to 3.0.0.


From: guix-commits
Subject: 02/19: gnu: cxxopts: Update to 3.0.0.
Date: Wed, 20 Apr 2022 18:09:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a1362e674f2ee85eb978cfd32aec4900a5ceafc3
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Apr 12 19:39:08 2022 +0000

    gnu: cxxopts: Update to 3.0.0.
    
    * gnu/packages/cpp.scm (cxxopts): Update to 3.0.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 @@ parsers according to a Parsing Expression Grammar (PEG).")
 (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 @@ parsers according to a Parsing Expression Grammar (PEG).")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0d3y747lsh1wkalc39nxd088rbypxigm991lk3j91zpn56whrpha"))))
+                "08x7j168l1xwj0r3rv89cgghmfhsx98lpq35r3vkh504m1pd55a6"))))
     (build-system cmake-build-system)
     (synopsis "Lightweight C++ command line option parser")
     (description



reply via email to

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