all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 73901@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#73901] [PATCH 4/4] gnu: yggdrasil: Update to 0.5.9.
Date: Sun, 20 Oct 2024 12:11:09 +0300	[thread overview]
Message-ID: <ca6186fec01fe30f5eb33078882a7d9fef24f8ca.1729415197.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1729415197.git.poptsov.artyom@gmail.com>

* gnu/packages/networking.scm (yggdrasil): Update to 0.5.9.
[propagated-inputs]: Remove go-nhooyr-io-websocket; add go-github-com-coder-websocket and
go-github-com-wlynxg-anet.

Change-Id: I282661d8e45c9a02ec9d4e8a9079a469d19261a1
---
 gnu/packages/networking.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f209c1e27c..7e7b9ab174 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4650,7 +4650,7 @@ (define-public ngtcp2
 (define-public yggdrasil
   (package
     (name "yggdrasil")
-    (version "0.5.8")
+    (version "0.5.9")
     (source
      (origin
        (method git-fetch)
@@ -4661,7 +4661,7 @@ (define-public yggdrasil
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qcly06bljlilihrqrylhq53w3l4bfzmqqjq4cbn55nvsz2gbify"))
+        (base32 "0flaix9la53gf496i6jxwi5gliszim25vlm2cc91ipgz7nzslasz"))
       (patches (search-patches "yggdrasil-extra-config.patch"))))
     (build-system go-build-system)
     (arguments
@@ -4696,6 +4696,7 @@ (define-public yggdrasil
            go-github-com-arceliar-ironwood
            go-github-com-arceliar-phony
            go-github-com-cheggaaa-pb-v3
+           go-github-com-coder-websocket
            go-github-com-gologme-log
            go-github-com-hashicorp-go-syslog
            go-github-com-hjson-hjson-go-v4
@@ -4703,12 +4704,12 @@ (define-public yggdrasil
            go-github-com-olekukonko-tablewriter
            go-github-com-quic-go-quic-go
            go-github-com-vishvananda-netlink
+           go-github-com-wlynxg-anet
            go-golang-org-x-crypto
            go-golang-org-x-net
            go-golang-org-x-sys
            go-golang-org-x-text
-           go-golang-zx2c4-com-wireguard
-           go-nhooyr-io-websocket))
+           go-golang-zx2c4-com-wireguard))
     (home-page "https://yggdrasil-network.github.io/blog.html")
     (synopsis
      "Experiment in scalable routing as an encrypted IPv6 overlay network")
-- 
2.46.0





  parent reply	other threads:[~2024-10-20  9:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-20  9:10 [bug#73901] [PATCH 0/4] gnu: yggdrasil: Update to 0.5.9 Artyom V. Poptsov
2024-10-20  9:11 ` [bug#73901] [PATCH 1/4] gnu: Add go-github-com-coder-websocket Artyom V. Poptsov
2024-10-20  9:11 ` [bug#73901] [PATCH 2/4] gnu: go-github-com-wlynxg-anet: Update to 0.0.5 Artyom V. Poptsov
2024-10-20  9:11 ` [bug#73901] [PATCH 3/4] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241016082300-f6fb9da97a17 Artyom V. Poptsov
2024-10-20  9:11 ` Artyom V. Poptsov [this message]
2024-10-21  7:18 ` [bug#73901] [PATCH 0/4] gnu: yggdrasil: Update to 0.5.9 Sharlatan Hellseher
2024-10-22 19:47 ` bug#73901: " Artyom V. Poptsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ca6186fec01fe30f5eb33078882a7d9fef24f8ca.1729415197.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=73901@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.