[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: |
Tue, 5 Nov 2024 16:05:08 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 3dafb3b9da1607a6c9e288ac5e60b401801464c4
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/05
- 110/172: gnu: Add go-github-com-xlab-treeprint., guix-commits, 2024/11/05
- 114/172: gnu: Add go-github-com-philhofer-fwd., guix-commits, 2024/11/05
- 113/172: gnu: Add go-github-com-pquerna-ffjson., guix-commits, 2024/11/05
- 112/172: gnu: Add go-github-com-dgryski-go-ddmin., guix-commits, 2024/11/05
- 118/172: gnu: go-github-com-prometheus-common-sigv4: Update to 0.1.0, fix build., guix-commits, 2024/11/05
- 119/172: gnu: soju: Fix build., guix-commits, 2024/11/05
- 125/172: build/go: Replace symlinks with a copy of the file., guix-commits, 2024/11/05
- 129/172: gnu: Add go-github-com-workiva-go-datastructures., guix-commits, 2024/11/05
- 131/172: gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da., guix-commits, 2024/11/05
- 133/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5.,
guix-commits <=
- 139/172: gnu: Add go-github-com-smarty-assertions., guix-commits, 2024/11/05
- 05/172: gnu: go-github-com-gogs-chardet: Move to golang-xyz., guix-commits, 2024/11/05
- 10/172: gnu: go-github-com-operatorfoundation-monolith-go: Update to 1.0.10., guix-commits, 2024/11/05
- 14/172: gnu: Remove go-github-com-rylans-getlang., guix-commits, 2024/11/05
- 07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests., guix-commits, 2024/11/05
- 06/172: gnu: go-github-com-jaytaylor-html2text: Update to 0.0.0-20230321000545-74c2419ad056., guix-commits, 2024/11/05
- 09/172: gnu: Add go-html2text., guix-commits, 2024/11/05
- 08/172: gnu: go-github-com-jaytaylor-html2text: Move to golang-web., guix-commits, 2024/11/05
- 12/172: gnu: Add go-github-com-deckarep-golang-set-v2., guix-commits, 2024/11/05
- 13/172: gnu: Remove go-github-com-kyoh86-xdg., guix-commits, 2024/11/05