guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit d0e12ccd9c609bcec6be2b089402c7b5b8f4c9c2
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 dec6195225..54b9f92271 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2760,7 +2760,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)
@@ -2769,7 +2769,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