guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 777e07e41945662b4350765e783e3a9616bc837d 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 c4ed95cb34..747458f868 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2587,7 +2587,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) @@ -2596,7 +2596,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