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

commit 808ff1ca85939b954d86e521e4daeefc107b276f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 2 08:51:01 2026 +0100

    gnu: go-golang-org-x-mod: Update to 0.35.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-mod): Update to 0.35.0.
    
    Change-Id: Ie173931034c114c4455e1bcc8424929a59ceb8b0
---
 gnu/packages/golang-build.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 292469ea2a..59ffdd5d7c 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1027,7 +1027,7 @@ compile does not support generics.")
 (define-public go-golang-org-x-mod
   (package
     (name "go-golang-org-x-mod")
-    (version "0.33.0")
+    (version "0.35.0")
     (source
      (origin
        (method git-fetch)
@@ -1036,7 +1036,7 @@ compile does not support generics.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g1g82lzcrn11b33aw1gs8k3whf7l76kgzxr49126shbyq6dxaws"))))
+        (base32 "1hicla74zspl15xdm6a9rkpsv0vx6bpyav6mspfmqfmkx8fl29n6"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to