diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-14 23:24:12 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-14 23:34:41 +0100 |
commit | c82257edf536301da514cd7496f0a45ff2ded720 (patch) | |
tree | df248252d6344803fa1312663a46883182dd9d6e /gnu/packages/golang-web.scm | |
parent | 2444a52d7ca62bf3abff3090ec912b159c18467a (diff) | |
download | guix-c82257edf536301da514cd7496f0a45ff2ded720.tar.gz guix-c82257edf536301da514cd7496f0a45ff2ded720.zip |
gnu: go-github-com-goccy-go-json: Update to 0.10.3.
* gnu/packages/golang-web.scm (go-github-com-goccy-go-json): Update to 0.10.3.
Change-Id: I475c37dcff52cf844e3bfc8ea386578c43bb32e2
Diffstat (limited to 'gnu/packages/golang-web.scm')
-rw-r--r-- | gnu/packages/golang-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 66b6050b17..5fbf2fe41a 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -1342,7 +1342,7 @@ from CloudFlare's github.com/cloudflare/cfssl/revoke.") (define-public go-github-com-goccy-go-json (package (name "go-github-com-goccy-go-json") - (version "0.10.2") + (version "0.10.3") (source (origin (method git-fetch) @@ -1351,7 +1351,7 @@ from CloudFlare's github.com/cloudflare/cfssl/revoke.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1krid2hlvs808jl9zmv7m6zx92samc60gymhwr2mwwykicwbnks8")) + (base32 "0w9kjplhyzq8n4iainddapzj7dxnfbjiz4xdpb0hlb6h35grpxgn")) (modules '((guix build utils))) (snippet '(delete-file-recursively "benchmarks")))) (build-system go-build-system) |