guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 4c97708a01e73f2a68f953075b79cc2e23730d86 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jun 10 22:34:48 2025 +0100
gnu: go-github-com-bytedance-sonic: Update to 1.13.3. * gnu/packages/golang-xyz.scm (go-github-com-bytedance-sonic): Update to 1.13.3. Change-Id: I4dc6b665ab63c6d321091324b7b58f304080fb63 --- gnu/packages/golang-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index e90ebc0575..b901aa40e6 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2629,7 +2629,7 @@ similar to Go's standard library @code{json} and @code{xml} package.") (define-public go-github-com-bytedance-sonic (package (name "go-github-com-bytedance-sonic") - (version "1.12.6") + (version "1.13.3") (source (origin (method git-fetch) @@ -2638,7 +2638,7 @@ similar to Go's standard library @code{json} and @code{xml} package.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "011hp6lvqvx4facxsmy6vya02g9q3rlnmxcii827sbf6bssy7wxp")) + (base32 "0sh7xmf0sivxbl344ns4i35fijcq259wcz5fn2xb5pkacxffclgg")) (modules '((guix build utils))) (snippet #~(begin