diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-12 17:48:58 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 19:55:46 +0200 |
commit | 3505a79980cdff038dcea5870afae13d962a056b (patch) | |
tree | 6da3041d8755e59f41b91abefe627f37758425fb | |
parent | 0c375642124c450799b70d829ffdd499257697a0 (diff) |
gnu: go-github-com-tdewolff-argp: Update to 0.0.0-20250430135133-0f54527d2b1e.
* gnu/packages/golang-xyz.scm (go-github-com-tdewolff-argp): Update to 0.0.0-20250430135133-0f54527d2b1e.
[propagated-inputs]: Add go-gopkg-in-yaml-v3.
Change-Id: Iaa2c53879f2a2360c8b8f0357c7c7b04fc03293f
-rw-r--r-- | gnu/packages/golang-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index ff971d804a..31fc382897 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -18177,7 +18177,7 @@ storage system.") (define-public go-github-com-tdewolff-argp (package (name "go-github-com-tdewolff-argp") - (version "0.0.0-20240625173203-87b04d5d3e52") + (version "0.0.0-20250430135133-0f54527d2b1e") (source (origin (method git-fetch) @@ -18186,7 +18186,7 @@ storage system.") (commit (go-version->git-ref version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0d2xqir997qrxkwmbb6pn5hgl9ii0nz19f19lrgc4ixjhxxjwyy5")))) + (base32 "06pjm6z0b21rjwwpq0b18mr7v2h7igf9rrv7zqlaadmv5i58cbh4")))) (build-system go-build-system) (arguments (list @@ -18196,7 +18196,8 @@ storage system.") (propagated-inputs (list go-github-com-go-sql-driver-mysql go-github-com-jmoiron-sqlx - go-github-com-pelletier-go-toml)) + go-github-com-pelletier-go-toml + go-gopkg-in-yaml-v3)) (home-page "https://github.com/tdewolff/argp") (synopsis "GNU command line argument parser") (description "Command line argument parser following the GNU standard.") |