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

commit 9e95ca1ff7af614dda316620af89a5120c327553
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sun Jun 8 22:06:24 2025 +0100

    gnu: go-github-com-git-lfs-go-netrc: Update to 
0.0.0-20250218165306-ba0029b43d11.
    
    * gnu/packages/golang-xyz.scm (go-github-com-git-lfs-go-netrc): Update to 
0.0.0-20250218165306-ba0029b43d11.
    
    Change-Id: Id87ce7bbdc02c780e30bbb0b733bd6a108e15162
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 9cf34ffa95..d6a92f93d3 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6466,7 +6466,7 @@ it effectively reuses the JSON struct tags as well as the 
custom JSON methods
 (define-public go-github-com-git-lfs-go-netrc
   (package
     (name "go-github-com-git-lfs-go-netrc")
-    (version "0.0.0-20230601124202-e96144b9a966")
+    (version "0.0.0-20250218165306-ba0029b43d11")
     (source
      (origin
        (method git-fetch)
@@ -6475,7 +6475,7 @@ it effectively reuses the JSON struct tags as well as the 
custom JSON methods
              (commit (go-version->git-ref version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rb8xk0gp7yvw10zs122p48qhj3xc9csaykbflr7wdfx5xqpbr2f"))))
+        (base32 "11srhd9xjrrkmqxkgzdbfahak6bi1zlm153i6cbl3z0pchrlykqr"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to