guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fcaf06190ef0c5794ed13676314d41a64690a8a2
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Mar 9 13:41:26 2026 +0100

    gnu: wireguard-tools: Update to 1.0.20260223.
    
    * gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20260223.
    
    Change-Id: I88c6de946d9387ad6f4279fe45457131183d8c53
---
 gnu/packages/vpn.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index eb98487915..b0468ca123 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2022, 2025 Arun Isaac <[email protected]>
 ;;; Copyright © 2024, 2025 Allan Adair <[email protected]>
 ;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2026 Cayetano Santos <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1323,7 +1324,7 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet) 
network between the peers
 (define-public wireguard-tools
   (package
     (name "wireguard-tools")
-    (version "1.0.20250521")
+    (version "1.0.20260223")
     (source
      (origin
        (method git-fetch)
@@ -1332,7 +1333,7 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet) 
network between the peers
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02xqy774m36930091ng75g8qd1j7yf8r0blysdwqpjzvpvs656s8"))))
+        (base32 "1z2yl8crqwk064jki9avbnrhckja8526dyyqmgy2j135xxm9ri31"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags

Reply via email to