guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b9978b7cfbad32f8e4a68b3517db55f101a77fd3
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Aug 30 10:41:52 2025 +0300
gnu: go-github-com-sourcegraph-jsonrpc2: Update to 0.2.1.
* gnu/packages/golang-web.scm (go-github-com-sourcegraph-jsonrpc2): Update
to 0.2.1.
Change-Id: Ic41ece9255a5b421aa1afa33777d04e64b9b16ef
---
gnu/packages/golang-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index e9556652d0..e0e465f491 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10205,7 +10205,7 @@ Supports S3 and STS.")
(define-public go-github-com-sourcegraph-jsonrpc2
(package
(name "go-github-com-sourcegraph-jsonrpc2")
- (version "0.2.0")
+ (version "0.2.1")
(home-page "https://github.com/sourcegraph/jsonrpc2")
(source
(origin
@@ -10215,7 +10215,7 @@ Supports S3 and STS.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1id35b4mhif9gy1b70mv0x7xkmpm2p8xydix8six10yjyhvm1wjh"))))
+ (base32 "0nxiq8da4x4sipjkap50cfzjg9b8vqm45w65hbjywwj6q73jl54a"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/sourcegraph/jsonrpc2"))