guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit a9117d27e4a4f94804484b6740b23912bc2f60a4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 14:10:34 2026 +0100

    gnu: go-github-com-bytedance-sonic: Update to 1.15.1.
    
    * gnu/packages/golang-xyz.scm (go-github-com-bytedance-sonic): Update to 
1.15.1.
    [propagated-inputs]: Add go-github-com-bytedance-gopkg.
    
    Change-Id: If1dd5eee014d2c00d026998fcc5dc5ab51bbf12b
---
 gnu/packages/golang-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index a392051bfa..26694cd571 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4310,7 +4310,7 @@ offerings such as Boost, Better std, Cloud tools.")
 (define-public go-github-com-bytedance-sonic
   (package
     (name "go-github-com-bytedance-sonic")
-    (version "1.13.3")
+    (version "1.15.1")
     (source
      (origin
        (method git-fetch)
@@ -4319,7 +4319,7 @@ offerings such as Boost, Better std, Cloud tools.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sh7xmf0sivxbl344ns4i35fijcq259wcz5fn2xb5pkacxffclgg"))
+        (base32 "00830kk5rkbsgj3ygfh79mx79a4gj36mfr2par57nf97aqgazkj3"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -4342,7 +4342,8 @@ offerings such as Boost, Better std, Cloud tools.")
      (list go-github-com-davecgh-go-spew
            go-github-com-stretchr-testify))
     (propagated-inputs
-     (list go-github-com-bytedance-sonic-loader
+     (list go-github-com-bytedance-gopkg
+           go-github-com-bytedance-sonic-loader
            go-github-com-cloudwego-base64x
            go-github-com-klauspost-cpuid-v2
            go-github-com-twitchyliquid64-golang-asm

Reply via email to