guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#74932] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.11.


From: Artyom V. Poptsov
Subject: [bug#74932] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.11.
Date: Tue, 17 Dec 2024 22:46:44 +0300

* gnu/packages/networking.scm (yggdrasil): Update to 0.5.11.
[propagated-inputs]: Add go-suah-dev-protect.

Change-Id: I9a7bfcfb66e76fca18a0cec5ac447d7e3900227f
---
 gnu/packages/networking.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1a2af6d790..ee56631f1e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4670,7 +4670,7 @@ (define-public ngtcp2
 (define-public yggdrasil
   (package
     (name "yggdrasil")
-    (version "0.5.10")
+    (version "0.5.11")
     (source
      (origin
        (method git-fetch)
@@ -4681,7 +4681,7 @@ (define-public yggdrasil
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dd5181p07xshbd7q6p0hf3cvq1ahq6q36qjij0vzdil8dka6fmx"))
+        (base32 "0l7lvqmvzw89wv53lpxa44k7y148y7japvy77yir4467ghdmnvyk"))
       (patches (search-patches "yggdrasil-extra-config.patch"))))
     (build-system go-build-system)
     (arguments
@@ -4729,7 +4729,8 @@ (define-public yggdrasil
            go-golang-org-x-net
            go-golang-org-x-sys
            go-golang-org-x-text
-           go-golang-zx2c4-com-wireguard))
+           go-golang-zx2c4-com-wireguard
+           go-suah-dev-protect))
     (home-page "https://yggdrasil-network.github.io/blog.html";)
     (synopsis
      "Experiment in scalable routing as an encrypted IPv6 overlay network")
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]