gnu: cxxopts: Update to 3.2.1.

* gnu/packages/cpp.scm (cxxopts): Update to 3.2.1.

Change-Id: Id71fd780a3c028e60f2adb52616b57049052109e
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Cayetano Santos 2025-04-25 12:40:44 +02:00 committed by Zheng Junjie
parent 4f698fccee
commit a7fb7b4e10
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2172,7 +2172,7 @@ algorithm called SAscan.")
(define-public cxxopts
(package
(name "cxxopts")
(version "3.1.1")
(version "3.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2181,7 +2181,7 @@ algorithm called SAscan.")
(file-name (git-file-name name version))
(sha256
(base32
"0d37qpsaq8ik7pl4vk8346vqcqyfzfbnpq8mhsa2gb2zf1lwr4wl"))))
"0cvpgp4p4nfwnivv0399hnm311xlrkwx0n5jnrw8aj7v1jipgqb8"))))
(build-system cmake-build-system)
(synopsis "Lightweight C++ command line option parser")
(description