mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
4f698fccee
commit
a7fb7b4e10
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue