mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: go-github-com-goccy-go-json: Update to 0.10.2.
* gnu/packages/golang-web.scm (go-github-com-goccy-go-json): Update to 0.10.2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
4a8db1ec82
commit
d86c93c9cb
1 changed files with 4 additions and 5 deletions
|
@ -646,7 +646,7 @@ (define-public go-github-com-go-telegram-bot-api-telegram-bot-api
|
||||||
(define-public go-github-com-goccy-go-json
|
(define-public go-github-com-goccy-go-json
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-goccy-go-json")
|
(name "go-github-com-goccy-go-json")
|
||||||
(version "0.9.10")
|
(version "0.10.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -655,15 +655,14 @@ (define-public go-github-com-goccy-go-json
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bg8p4c6r8r0kixdxv2m8xmdsmb1zl5sd8czswpccldjk3c358wp"))
|
(base32 "1krid2hlvs808jl9zmv7m6zx92samc60gymhwr2mwwykicwbnks8"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet '(delete-file-recursively "benchmarks"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/goccy/go-json"))
|
'(#:import-path "github.com/goccy/go-json"))
|
||||||
(home-page "https://github.com/goccy/go-json")
|
(home-page "https://github.com/goccy/go-json")
|
||||||
(synopsis "JSON encoder/decoder in Go")
|
(synopsis "JSON encoder/decoder in Go")
|
||||||
(description "Fast JSON encoder/decoder compatible with encoding/json for Go.")
|
(description
|
||||||
|
"Fast JSON encoder/decoder compatible with encoding/json for Go.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-google-go-github
|
(define-public go-github-com-google-go-github
|
||||||
|
|
Loading…
Reference in a new issue