This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a988847441 gnu: n2n: Update to 3.0.
a988847441 is described below

commit a988847441d889abd7293da3a2277e28441b74eb
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Feb 10 19:12:27 2026 +0100

    gnu: n2n: Update to 3.0.
    
    * gnu/packages/vpn.scm (n2n): Update to 3.0.
    
    Change-Id: Ic28d2393cad019f257dd74ea4b4ff5cc5d8ccced
---
 gnu/packages/vpn.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 09d6f88857..29fd71c3ed 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -353,7 +353,7 @@ endpoints.")
 (define-public n2n
   (package
     (name "n2n")
-    (version "2.8")
+    (version "3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -362,7 +362,7 @@ endpoints.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ph2npvnqh1xnmkp96pdzpxm033jkb8zznd3nc59l9arhn0pq4nv"))))
+                "0kgqmqcn6s2y2rxa0i6myq3sgk2aliv1gkfhzvn32zgym9rrqy9r"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to