guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 1b699a95a58e0b3fea1a0d428ec6e12f045c5995 Author: Maxim Cournoyer <maxim.courno...@gmail.com> AuthorDate: Mon Jun 2 09:00:17 2025 +0900
gnu: go-golang-org-x-sync: Update to 0.14.0. * gnu/packages/golang-build.scm (go-golang-org-x-sync): Update to 0.14.0. Change-Id: I849f25cd73f15cdb384268d4615b1b82352e0e96 Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- 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 9acfc3d8df..92c3c8d7af 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -815,7 +815,7 @@ loading algorithms.") (define-public go-golang-org-x-sync (package (name "go-golang-org-x-sync") - (version "0.10.0") + (version "0.14.0") (source (origin (method git-fetch) @@ -824,7 +824,7 @@ loading algorithms.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1yp7pcfvy4793mjbfq28hxbr05yg38m0njnwam580xkb54lfwshx")))) + (base32 "1gpa1v6wnp1bszk5iyiakq1j37icgxswj3iysdrdyp0yadw0pm30")))) (build-system go-build-system) (arguments (list