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>
This commit is contained in:
Greg Hogan 2022-04-12 19:39:08 +00:00 committed by Ludovic Courtès
parent 8852f911ff
commit a1362e674f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1064,7 +1064,7 @@ (define-public pegtl
(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 @@ (define-public cxxopts
(file-name (git-file-name name version))
(sha256
(base32
"0d3y747lsh1wkalc39nxd088rbypxigm991lk3j91zpn56whrpha"))))
"08x7j168l1xwj0r3rv89cgghmfhsx98lpq35r3vkh504m1pd55a6"))))
(build-system cmake-build-system)
(synopsis "Lightweight C++ command line option parser")
(description