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>
This commit is contained in:
Greg Hogan 2023-05-11 19:41:35 +00:00 committed by Ludovic Courtès
parent 146bae3979
commit 4dc6fa08be
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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