guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d752d63a8c268e2f3d814832e9ba6b5dde545623
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Aug 24 22:19:01 2025 +0100

    gnu: go-golang-zx2c4-com-wireguard: Update to 
0.0.0-20250521234502-f333402bd9cb.
    
    * gnu/packages/golang-web.scm (go-golang-zx2c4-com-wireguard): Update to 
0.0.0-20250521234502-f333402bd9cb.
    [propagated-inputs]: Add go-gvisor-dev-gvisor.
    
    Change-Id: I022f723c0ae28af1c321b5e245e57902e685c80e
    Signed-off-by: Artyom V. Poptsov <[email protected]>
---
 gnu/packages/golang-web.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index e9bfbb1b6b..707e2fe0f4 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -12754,7 +12754,7 @@ the standard @code{context} package to store 
request-scoped values.")
 (define-public go-golang-zx2c4-com-wireguard
   (package
     (name "go-golang-zx2c4-com-wireguard")
-    (version "0.0.0-20231211153847-12269c276173")
+    (version "0.0.0-20250521234502-f333402bd9cb")
     (source
      (origin
        (method git-fetch)
@@ -12766,7 +12766,7 @@ the standard @code{context} package to store 
request-scoped values.")
              (commit (go-version->git-ref version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fbc6m0ahifhrd6jdrpdxi8l3b2slpp8fmv20kpq2yzz19vzzgkf"))))
+        (base32 "1h4rmdvssk939gk31f0sfwa1yaks72zk8rkcs7fj3qcvl8sgq6hr"))))
     (build-system go-build-system)
     (arguments
      (list
@@ -12792,7 +12792,8 @@ the standard @code{context} package to store 
request-scoped values.")
     (propagated-inputs
      (list go-golang-org-x-crypto
            go-golang-org-x-net
-           go-golang-org-x-sys))
+           go-golang-org-x-sys
+           go-gvisor-dev-gvisor))
     (home-page "https://git.zx2c4.com/wireguard";)
     (synopsis "Implementation of WireGuard in Go")
     (description "This package is a Go Implementation of WireGuard.")

Reply via email to