mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
a8e65783a9
commit
b9978b7cfb
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue