diff options
author | Greg Hogan <code@greghogan.com> | 2023-05-11 19:41:35 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-18 19:55:30 +0200 |
commit | 4dc6fa08bee64b0bfc5fecef52c99ea944b1bcb6 (patch) | |
tree | bfc306bddf312001d934c7a28f6e56ee2139215e /gnu/packages/cpp.scm | |
parent | 146bae39791363d03ab3a9b70159cd79594c2248 (diff) |
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>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files 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 |