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

commit 049f935504b3953fac903cfe564db36ffcd4f3c0
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Mon Jun 2 09:00:17 2025 +0900

    gnu: go-golang-org-x-exp: Update to 0.0.0-20250530180427-b6e5de432a8b.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-exp): Update to
    0.0.0-20250530180427-b6e5de432a8b.
    
    Change-Id: I03d67f7fd7bcfa90a003a6654104389181f46bb3
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/golang-build.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index ecf8892b14..358d9e9735 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -553,7 +553,9 @@ language.")
 (define-public go-golang-org-x-exp
   (package
     (name "go-golang-org-x-exp")
-    (version "0.0.0-20241217172543-b2144cdd0a67")
+    ;; Note: Beware, the updater gets this wrong.  Take the latest version
+    ;; string from <https://pkg.go.dev/golang.org/x/exp?tab=versions>.
+    (version "0.0.0-20250531010427-b6e5de432a8b")
     (source
      (origin
        (method git-fetch)
@@ -562,7 +564,7 @@ language.")
              (commit (go-version->git-ref version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01dq7llbqqdybv5s372zwlfiyq2syqpfqs7h4lxvbpqjq0aayf60"))
+        (base32 "0vszjiblb7i79dp9x1zvfpjidnmkzsaq6ij2jfh63hv9ph7yz3hf"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

Reply via email to