[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/76: gnu: go-github-com-sourcegraph-jsonrpc2: Update to 0.2.0.
From: |
guix-commits |
Subject: |
34/76: gnu: go-github-com-sourcegraph-jsonrpc2: Update to 0.2.0. |
Date: |
Mon, 15 Jul 2024 07:19:46 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 23c29d662b1f4e9c8503e1c3c822e9971dc41293
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Jul 12 22:44:10 2024 +0100
gnu: go-github-com-sourcegraph-jsonrpc2: Update to 0.2.0.
* gnu/packages/golang-web.scm (go-github-com-sourcegraph-jsonrpc2): Update
to 0.2.0.
[propagated-inputs]: Remove go-github-com-daviddengcn-go-colortext and
go-github-com-motemen-go-colorine.
Change-Id: I8c46e08c6f5d837cd213c157b08fe4a2fd1d320b
---
gnu/packages/golang-web.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 59453dfe44..275a19617c 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2738,7 +2738,7 @@ support.")
(define-public go-github-com-sourcegraph-jsonrpc2
(package
(name "go-github-com-sourcegraph-jsonrpc2")
- (version "0.1.0")
+ (version "0.2.0")
(home-page "https://github.com/sourcegraph/jsonrpc2")
(source
(origin
@@ -2748,14 +2748,12 @@ support.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dk0w32k96vxrwnmm24wqx337dn8ylch65qwrbc3wh7whw2xx71q"))))
+ (base32 "1id35b4mhif9gy1b70mv0x7xkmpm2p8xydix8six10yjyhvm1wjh"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/sourcegraph/jsonrpc2"))
(propagated-inputs
- (list go-github-com-daviddengcn-go-colortext
- go-github-com-gorilla-websocket
- go-github-com-motemen-go-colorine))
+ (list go-github-com-gorilla-websocket))
(synopsis "Provides a client and server implementation of JSON-RPC 2.0")
(description
"Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.")
- 12/76: gnu: go-golang-org-x-mod: Update to 0.19.0., (continued)
- 12/76: gnu: go-golang-org-x-mod: Update to 0.19.0., guix-commits, 2024/07/15
- 16/76: gnu: go-golang-org-x-net: Update to 0.27.0., guix-commits, 2024/07/15
- 19/76: gnu: go-golang-org-x-crypto: Update to 0.25.0., guix-commits, 2024/07/15
- 22/76: gnu: go-golang-org-x-term: Update to 0.22.0., guix-commits, 2024/07/15
- 24/76: gnu: go-golang-org-x-time: Update to 0.5.0., guix-commits, 2024/07/15
- 25/76: gnu: go-golang-org-x-time: Fix indentation., guix-commits, 2024/07/15
- 28/76: gnu: go-golang-org-x-tools: Enable most of the tests., guix-commits, 2024/07/15
- 31/76: gnu: go-github-com-pkg-errors: Disable tests., guix-commits, 2024/07/15
- 32/76: gnu: go-golang-zx2c4-com-wireguard: Disable tests., guix-commits, 2024/07/15
- 33/76: gnu: go-github-com-go-sql-driver-mysql: Update to 1.8.1., guix-commits, 2024/07/15
- 34/76: gnu: go-github-com-sourcegraph-jsonrpc2: Update to 0.2.0.,
guix-commits <=
- 35/76: gnu: go-github-com-golangplus-fmt: Disable tests., guix-commits, 2024/07/15
- 36/76: gnu: ghq: Update to 1.6.2., guix-commits, 2024/07/15
- 40/76: gnu: go-github-com-muesli-reflow-wordwrap: Consolidate other packages., guix-commits, 2024/07/15
- 41/76: gnu: Add go-github-com-aymanbagabas-go-osc52-v2., guix-commits, 2024/07/15
- 42/76: gnu: go-github-com-muesli-termenv: Update to 0.15.2., guix-commits, 2024/07/15
- 44/76: gnu: packages/golang-chrypto: Sort some packages., guix-commits, 2024/07/15
- 46/76: gnu: go-filippo-io-age: Update to 1.2.0., guix-commits, 2024/07/15
- 50/76: gnu: govulncheck: Update to 0.0.0-20230110180137-6ad3e3d07815., guix-commits, 2024/07/15
- 49/76: gnu: go-honnef-co-go-tools: Enable tests., guix-commits, 2024/07/15
- 51/76: gnu: govulncheck: Adjust package style., guix-commits, 2024/07/15