diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-06-01 19:36:19 +0300 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-06-02 13:40:15 +0400 |
commit | f21aec551fe92e643fe086836c014338ccd94988 (patch) | |
tree | c0cea10160d1d2a6c05f888c673a60d1a77e7fcf /gnu/packages/networking.scm | |
parent | aed52972ce05059a6b953c271844999a11013e76 (diff) | |
download | guix-f21aec551fe92e643fe086836c014338ccd94988.tar.gz guix-f21aec551fe92e643fe086836c014338ccd94988.zip |
gnu: yggdrasil: Update to 0.5.6.
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.6.
Change-Id: I365621a5147cdaf4e0ddfd51437a144aa00087aa
Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 4e8723dba7..7e724bff6a 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4608,7 +4608,7 @@ QUIC protocol.") (define-public yggdrasil (package (name "yggdrasil") - (version "0.5.5") + (version "0.5.6") (source (origin (method git-fetch) @@ -4619,7 +4619,7 @@ QUIC protocol.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "0yzgs4b0q945ygrqlc5hnmh78awl5p35azx83fz61bzfg20d52b4")) + (base32 "1wcvqk45p1k165bd32dc3hl73r0i6g14rxxkjxfr9x2d8410l91f")) (patches (search-patches "yggdrasil-extra-config.patch")))) (build-system go-build-system) (arguments |