guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: yggdrasil: Update to 0.4.3.


From: guix-commits
Subject: 03/04: gnu: yggdrasil: Update to 0.4.3.
Date: Wed, 23 Feb 2022 05:55:18 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b15cf03a0c6fe96536c0c8a0ad0fe17bddeed192
Author: raingloom <raingloom@riseup.net>
AuthorDate: Wed Feb 23 00:22:56 2022 +0100

    gnu: yggdrasil: Update to 0.4.3.
    
    * gnu/packages/networking.scm (yggdrasil): Update to 0.4.3.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 14f43c6eaa..11f1cad007 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4053,7 +4053,7 @@ network.")
 (define-public yggdrasil
   (package
     (name "yggdrasil")
-    (version "0.4.1")
+    (version "0.4.3")
     (source
      (origin
        (method git-fetch)
@@ -4064,7 +4064,7 @@ network.")
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ajhn0z58ap9jldip7mqj78drmgg4645zfsxsy004cfkm60fasnx"))
+        (base32 "0jp6998a45xi8pbi8p84chvpm1mhhcvcxm1avi1c1gjjp4jqm3vl"))
        (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]