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

commit 8a6eb848237bb1d93f12ec2401e7ca3ccd9d2a41
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 12:44:47 2025 +0100

    gnu: go-golang-org-x-exp-typeparams: Update to 
0.0.0-20251009144603-d2f985daa21b.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-exp-typeparams): Update to 
0.0.0-20251009144603-d2f985daa21b.
    
    Change-Id: I347db0b5cd2545c16c40bec7f5989a920115733c
---
 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 6a87b8a637..1e2c6e6c5c 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -762,7 +762,7 @@ directory) packages.")
     ;; Note: Beware, the updater gets this wrong.  Take the latest version
     ;; string from
     ;; <https://pkg.go.dev/golang.org/x/exp/typeparams?tab=versions>.
-    (version "0.0.0-20250531010427-b6e5de432a8b")
+    (version "0.0.0-20251009144603-d2f985daa21b")
     (source
      (origin
        (method git-fetch)
@@ -771,7 +771,7 @@ directory) packages.")
              (commit (go-version->git-ref version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vszjiblb7i79dp9x1zvfpjidnmkzsaq6ij2jfh63hv9ph7yz3hf"))))
+        (base32 "0kn9bcbrkdvg4f8kvc0cdahyyy72w2jf9v9c95k67k0b46fwh3i6"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to