[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/23: gnu: phantomsocks: Update to 0.0.0-20240125140126-2576269ca69a.
From: |
guix-commits |
Subject: |
10/23: gnu: phantomsocks: Update to 0.0.0-20240125140126-2576269ca69a. |
Date: |
Mon, 5 Feb 2024 02:29:42 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit a792fc37101392ad540ac5c8fc830f228e59479a
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Jan 28 15:02:12 2024 +0800
gnu: phantomsocks: Update to 0.0.0-20240125140126-2576269ca69a.
gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20240125140126-2576269ca69a.
[arguments]<#:go>: Use go-1.21.
Change-Id: Ib3ee928e6f5e43603d7d41cd8203e6c524167670
---
gnu/packages/networking.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 4adaa12dfd..8d358961a1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4701,7 +4701,7 @@ on hub/switched networks. It is based on @acronym{ARP}
packets, it will send
(define-public phantomsocks
(package
(name "phantomsocks")
- (version "0.0.0-20231031033204-8b0ac27fc450")
+ (version "0.0.0-20240125140126-2576269ca69a")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4710,10 +4710,10 @@ on hub/switched networks. It is based on @acronym{ARP}
packets, it will send
(file-name (git-file-name name version))
(sha256
(base32
- "1q4i8pgj6hzry9wzlczx729dmmgqdqfb26rfaim2ngmp1dyy9drl"))))
+ "1kbcr6580a9pi0a3wssnfr3mnxqq2k9w1fg4khikn82lqaljab2f"))))
(build-system go-build-system)
(arguments
- (list #:go go-1.20
+ (list #:go go-1.21
#:install-source? #f
#:import-path "github.com/macronut/phantomsocks"
#:build-flags #~'("-tags" #$(if (target-linux?)
- branch master updated (abeffc8237 -> 5a806face5), guix-commits, 2024/02/05
- 01/23: gnu: mbedtls-for-hiawatha: Use inherited source., guix-commits, 2024/02/05
- 05/23: gnu: mbedtls-apache: Rename to mbedtls-lts., guix-commits, 2024/02/05
- 04/23: gnu: mbedtls-apache: Use gexps., guix-commits, 2024/02/05
- 07/23: services: kernel-module-lodaer: Add udev requirement., guix-commits, 2024/02/05
- 08/23: gnu: Add pam-uaccess., guix-commits, 2024/02/05
- 09/23: gnu: font-sarasa-gothic: Update to 1.0.5., guix-commits, 2024/02/05
- 10/23: gnu: phantomsocks: Update to 0.0.0-20240125140126-2576269ca69a.,
guix-commits <=
- 02/23: gnu: mbedtls-for-hiawatha: Update package style., guix-commits, 2024/02/05
- 06/23: gnu: Add mbedtls, version 3.5.2., guix-commits, 2024/02/05
- 03/23: gnu: mbedtls-apache: Update to 2.28.7., guix-commits, 2024/02/05
- 12/23: gnu: kconfig-hardened-check: Update to 0.6.6., guix-commits, 2024/02/05
- 13/23: gnu: kconfig-hardened-check: Rename to kernel-hardening-checker., guix-commits, 2024/02/05
- 16/23: gnu: emacs-wanderlust: Update to 2.15.9-818.9fd2c65., guix-commits, 2024/02/05
- 21/23: gnu: go-github-com-docker-go-connections: Update to 0.5.0., guix-commits, 2024/02/05
- 15/23: gnu: emacs-semi-epg: Update to 1.14.6-248.9063a44., guix-commits, 2024/02/05
- 17/23: gnu: egl-wayland: Update to 1.1.13., guix-commits, 2024/02/05
- 22/23: gnu: clamav: Update to 0.103.11., guix-commits, 2024/02/05