avp pushed a commit to branch master
in repository guix.

commit d3b24d3d78f59ecf335df93ceeee28f4e7c7acf2
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Nov 30 18:24:54 2024 +0300

    gnu: yggdrasil: Update to 0.5.10.
    
    * gnu/packages/networking.scm (yggdrasil): Update to 0.5.10.
    
    Change-Id: Icbd55a218e54ea809bf48159aeae44bb64fc588a
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d78f4ca02f..6cb33ce322 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4670,7 +4670,7 @@ QUIC protocol.")
 (define-public yggdrasil
   (package
     (name "yggdrasil")
-    (version "0.5.9")
+    (version "0.5.10")
     (source
      (origin
        (method git-fetch)
@@ -4681,7 +4681,7 @@ QUIC protocol.")
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0flaix9la53gf496i6jxwi5gliszim25vlm2cc91ipgz7nzslasz"))
+        (base32 "0dd5181p07xshbd7q6p0hf3cvq1ahq6q36qjij0vzdil8dka6fmx"))
       (patches (search-patches "yggdrasil-extra-config.patch"))))
     (build-system go-build-system)
     (arguments

Reply via email to