mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 17:10:37 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user