guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: yggdrasil: Update to 0.5.5.


From: guix-commits
Subject: branch master updated: gnu: yggdrasil: Update to 0.5.5.
Date: Tue, 30 Jan 2024 11:12:39 -0500

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

rekado pushed a commit to branch master
in repository guix.

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

commit bed3a0b547a59f63b545db165e76ddd9af8bba1a
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Jan 29 22:16:12 2024 +0300

    gnu: yggdrasil: Update to 0.5.5.
    
    * gnu/packages/networking.scm (yggdrasil): Update to 0.5.5.
    
    Change-Id: Iba086d544e8225ec1b08de80f0fc3f01aa1f17b3
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 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 fb0de2da22..d6ad69bba8 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4577,7 +4577,7 @@ QUIC protocol.")
 (define-public yggdrasil
   (package
     (name "yggdrasil")
-    (version "0.5.4")
+    (version "0.5.5")
     (source
      (origin
        (method git-fetch)
@@ -4588,7 +4588,7 @@ QUIC protocol.")
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vfzzj9vxsc41dkaasz4fg3mz8iab86xyy925mp51zqmvx79ggx2"))
+        (base32 "0yzgs4b0q945ygrqlc5hnmh78awl5p35azx83fz61bzfg20d52b4"))
       (patches (search-patches "yggdrasil-extra-config.patch"))))
     (build-system go-build-system)
     (arguments



reply via email to

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