diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-01-01 19:37:25 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-14 21:33:28 +0100 |
| commit | 61bb90092892b908bc2ba01ec25a43177983881f (patch) | |
| tree | 3ea451d78c3c5834a18a0949156d4cf963bc55c3 /gnu/packages/cpp.scm | |
| parent | 9e121c37908250c3ce97dd40fcaceaec65a18bfe (diff) | |
gnu: argpp: Update to 0.0.0-1.b52420a.
* gnu/packages/cpp.scm (argpp): Update to 0.0.0-1.b52420a.
Change-Id: I0a29762a4ab90b2731d89d704e86a55338078744
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index f8c731e5894..857eee8ec84 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -186,9 +186,9 @@ easy to use API.") (license license:expat))) (define-public argpp - ;; XXX: Does not release anymore. - (let ((commit "9e1d54f8ed20af0aa5857e6653ab605b2ab63d5c") - (revision "0")) + ;; No tagged releases; this is the master tip. + (let ((commit "b52420a843327361713b6242e47afaa6b6ab2a89") + (revision "1")) (package (name "argpp") (version (git-version "0.0.0" revision commit)) @@ -196,17 +196,18 @@ easy to use API.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/Grumbel/argpp") - (commit commit))) + (url "https://github.com/Grumbel/argpp") + (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1izn9xfplhnqi9vs4w28dixqd2vy0n1n3asaa1751grg30bw0xxs")))) + (base32 "07kmw7qz8l7qz572axpag7db4s97fl1mprblsrw238wdmvh9lvwc")))) (build-system cmake-build-system) (arguments (list #:configure-flags #~(list "-DBUILD_TESTS=ON"))) - (native-inputs (list tinycmmc)) + (native-inputs + (list tinycmmc)) (home-page "https://github.com/Grumbel/argpp") (synopsis "Argument parser for C++") (description "This package provides a simple argument parser for C++.") |
