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

commit e6af662704206a3354647a8f72d7af20a4bd2d21
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Jun 10 22:29:31 2025 +0100

    gnu: go-github-com-bytedance-sonic-loader: Update to 0.2.4.
    
    * gnu/packages/golang-xyz.scm (go-github-com-bytedance-sonic-loader): 
Update to 0.2.4.
    
    Change-Id: I1930192df5d6d4caefeaccb55cc5a1d2a4ca79e8
---
 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 e7db92b1c0..2a21425633 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2632,7 +2632,7 @@ using JIT and SIMD approaches.")
 (define-public go-github-com-bytedance-sonic-loader
   (package
     (name "go-github-com-bytedance-sonic-loader")
-    (version "0.2.1")
+    (version "0.2.4")
     (source
      (origin
        (method git-fetch)
@@ -2642,7 +2642,7 @@ using JIT and SIMD approaches.")
                                           #:subdir "loader"))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fyjq3hr4cmai2r06ppzil314bcqz416gd1zpw7lfp9h7mcwxwa4"))))
+        (base32 "09a7jka6a74802i6a6lgxlc3vp0jnb69hy1l5s772260q1zgnkds"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to