GNU bug report logs - #72598
[PATCH] gnu: yggdrasil: Update to 0.5.8.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Tue, 13 Aug 2024 05:15:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 72598 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [bug#72598] [PATCH] gnu: yggdrasil: Update to 0.5.8.
Date: Tue, 13 Aug 2024 08:11:29 +0300
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.8.

Change-Id: Ia5cc9cb6e9288274fb249af55680a14055fdf2be
---
 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 d1aabfec44..8b58f34801 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4619,7 +4619,7 @@ (define-public ngtcp2
 (define-public yggdrasil
   (package
     (name "yggdrasil")
-    (version "0.5.7")
+    (version "0.5.8")
     (source
      (origin
        (method git-fetch)
@@ -4630,7 +4630,7 @@ (define-public yggdrasil
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dsca3208mi221ayq3a2rikf20yphalxswsh97r4maxv69x1ka44"))
+        (base32 "0qcly06bljlilihrqrylhq53w3l4bfzmqqjq4cbn55nvsz2gbify"))
       (patches (search-patches "yggdrasil-extra-config.patch"))))
     (build-system go-build-system)
     (arguments

base-commit: 487dd0077fed2ef7a91bd71af0e23421ab715710
-- 
2.45.2





This bug report was last modified 279 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.