guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit f2183a6c124f2c2b19b882328d86c21c5821c22b
Author: Sharlatan Hellseher <[email protected]>
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 8551960416..f2d9d10c93 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2647,7 +2647,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)
@@ -2656,7 +2656,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