guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 127fa6b7370d00be92bca3c38e22366bfe6c0d9d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 12 17:48:58 2025 +0100
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
---
gnu/packages/golang-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ee7caf992b..aa9421a5e5 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -18259,7 +18259,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)
@@ -18268,7 +18268,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
@@ -18278,7 +18278,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.")