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

commit 9efd65a8eb91bb2c95079a0d66cf9b9f38d45ce9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 12:44:48 2025 +0100

    gnu: go-golang-org-x-sync: Update to 0.17.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-sync): Update to 0.17.0.
    
    Change-Id: Id15ca8821af599d9341dffdbf9cd79bac4441167
---
 gnu/packages/golang-build.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index ac892b5bac..4fc826c939 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -932,16 +932,16 @@ loading algorithms.")
 (define-public go-golang-org-x-sync
   (package
     (name "go-golang-org-x-sync")
-    (version "0.14.0")
+    (version "0.17.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://go.googlesource.com/sync";)
-             (commit (string-append "v" version))))
+              (url "https://go.googlesource.com/sync";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gpa1v6wnp1bszk5iyiakq1j37icgxswj3iysdrdyp0yadw0pm30"))))
+        (base32 "0bga9sfiwqxs7g913p7b355hg30agw58h5f5k7rzgpsai37nbkik"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to