mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
committed by
Zheng Junjie
parent
4f698fccee
commit
a7fb7b4e10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user