guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: cxxopts: Update to 3.1.1.


From: guix-commits
Subject: 11/15: gnu: cxxopts: Update to 3.1.1.
Date: Thu, 18 May 2023 14:07:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4dc6fa08bee64b0bfc5fecef52c99ea944b1bcb6
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu May 11 19:41:35 2023 +0000

    gnu: cxxopts: Update to 3.1.1.
    
    * gnu/packages/cpp.scm (cxxopts): Update to 3.1.1.
    
    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 237e232078..34ae9ef70e 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1200,7 +1200,7 @@ algorithm called SAscan.")
 (define-public cxxopts
   (package
     (name "cxxopts")
-    (version "3.0.0")
+    (version "3.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1209,7 +1209,7 @@ algorithm called SAscan.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08x7j168l1xwj0r3rv89cgghmfhsx98lpq35r3vkh504m1pd55a6"))))
+                "0d37qpsaq8ik7pl4vk8346vqcqyfzfbnpq8mhsa2gb2zf1lwr4wl"))))
     (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]