guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit d1f08dc78f453f0d084e3cfed1502217e887b3b8
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 5345bbe1ea..2053fe520e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -17226,7 +17226,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)
@@ -17235,7 +17235,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
@@ -17245,7 +17245,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.")

Reply via email to