summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2024-01-29 22:16:12 +0300
committerRicardo Wurmus <rekado@elephly.net>2024-01-30 17:11:54 +0100
commitbed3a0b547a59f63b545db165e76ddd9af8bba1a (patch)
treecb289d0959d32f1618af4bfcbb39db15ad63c4a6 /gnu
parenta901e950ddea725689c8b48b78b2f28f11df9db2 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index fb0de2da221..d6ad69bba85 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4577,7 +4577,7 @@ QUIC protocol.")
4577(define-public yggdrasil 4577(define-public yggdrasil
4578 (package 4578 (package
4579 (name "yggdrasil") 4579 (name "yggdrasil")
4580 (version "0.5.4") 4580 (version "0.5.5")
4581 (source 4581 (source
4582 (origin 4582 (origin
4583 (method git-fetch) 4583 (method git-fetch)
@@ -4588,7 +4588,7 @@ QUIC protocol.")
4588 (recursive? #t))) 4588 (recursive? #t)))
4589 (file-name (git-file-name name version)) 4589 (file-name (git-file-name name version))
4590 (sha256 4590 (sha256
4591 (base32 "1vfzzj9vxsc41dkaasz4fg3mz8iab86xyy925mp51zqmvx79ggx2")) 4591 (base32 "0yzgs4b0q945ygrqlc5hnmh78awl5p35azx83fz61bzfg20d52b4"))
4592 (patches (search-patches "yggdrasil-extra-config.patch")))) 4592 (patches (search-patches "yggdrasil-extra-config.patch"))))
4593 (build-system go-build-system) 4593 (build-system go-build-system)
4594 (arguments 4594 (arguments