[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
133/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5
From: |
guix-commits |
Subject: |
133/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5. |
Date: |
Sat, 9 Nov 2024 16:45:08 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 8f14e8c9c3d60fcf9c52875125a417022c42f301
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 12:55:58 2024 +0100
gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5.
* gnu/packages/golang-crypto.scm
(go-github-com-shadowsocks-go-shadowsocks2): Update to 0.1.5.
[propagated-inputs]: Remove go-golang-org-x-net, go-golang-org-x-sys, and
go-golang-org-x-text.
Change-Id: I14d26ea40cf7d317b07fcf0484a0727e8f3c5f91
---
gnu/packages/golang-crypto.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index d0bef279ff..27ce64ca9a 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -1576,8 +1576,7 @@ wide-block encryption mode developed by Halevi and
Rogaway.")
(define-public go-github-com-shadowsocks-go-shadowsocks2
(package
(name "go-github-com-shadowsocks-go-shadowsocks2")
- ;; Version > 0.1.3 requires go-toolchain v1.16.
- (version "0.1.3")
+ (version "0.1.5")
(source
(origin
(method git-fetch)
@@ -1586,16 +1585,13 @@ wide-block encryption mode developed by Halevi and
Rogaway.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wzy3ml4ld83iawcl6p313bskzs6zjhz8vlg8kpwgn71cnbv4pvi"))))
+ (base32 "0n24h5ffgc3735y0mmp6dbhxdfm9fk13i26fqxxw7i75qnmvjvyg"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/shadowsocks/go-shadowsocks2"))
(propagated-inputs
(list go-github-com-riobard-go-bloom
- go-golang-org-x-crypto
- go-golang-org-x-net
- go-golang-org-x-sys
- go-golang-org-x-text))
+ go-golang-org-x-crypto))
(home-page "https://github.com/shadowsocks/go-shadowsocks2")
(synopsis "Shadowsocks tunnel proxy")
(description "Go-ShadowSocks is a Go implementation of the Shadowsocks
- 105/172: gnu: Add go-github-com-circonus-labs-circonus-gometrics., (continued)
- 105/172: gnu: Add go-github-com-circonus-labs-circonus-gometrics., guix-commits, 2024/11/09
- 100/172: gnu: Add go-github-com-datadog-datadog-go., guix-commits, 2024/11/09
- 104/172: gnu: Add go-github-com-hashicorp-go-retryablehttp., guix-commits, 2024/11/09
- 117/172: guix: Add copyright records., guix-commits, 2024/11/09
- 97/172: gnu: go-github-com-go-openapi-loads: Simplify phases., guix-commits, 2024/11/09
- 99/172: gnu: Add go-github-com-gofrs-uuid., guix-commits, 2024/11/09
- 123/172: gnu: nebula: Fix build., guix-commits, 2024/11/09
- 115/172: gnu: Add go-github-com-tinylib-msgp., guix-commits, 2024/11/09
- 109/172: gnu: Add go-github-com-pascaldekloe-goe., guix-commits, 2024/11/09
- 112/172: gnu: Add go-github-com-dgryski-go-ddmin., guix-commits, 2024/11/09
- 133/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5.,
guix-commits <=
- 118/172: gnu: go-github-com-prometheus-common-sigv4: Update to 0.1.0, fix build., guix-commits, 2024/11/09
- 121/172: gnu: restic-rest-server: Fix build., guix-commits, 2024/11/09
- 142/172: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/11/09
- 168/172: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/11/09
- 152/172: gnu: Remove go-github-com-emersion-go-textwrapper., guix-commits, 2024/11/09
- 160/172: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz., guix-commits, 2024/11/09
- 147/172: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/11/09
- 158/172: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1., guix-commits, 2024/11/09
- 167/172: gnu: go-github-com-subosito-gotenv: Update to 1.6.0., guix-commits, 2024/11/09
- 137/172: gnu: go-github.com-smartystreets-assertions: Rename variable., guix-commits, 2024/11/09