gnu: yggdrasil: Update to 0.5.10.

* gnu/packages/networking.scm (yggdrasil): Update to 0.5.10.

Change-Id: Icbd55a218e54ea809bf48159aeae44bb64fc588a
This commit is contained in:
Artyom V. Poptsov 2024-11-30 18:24:54 +03:00
parent b456e296dc
commit d3b24d3d78
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -4670,7 +4670,7 @@ QUIC protocol.")
(define-public yggdrasil (define-public yggdrasil
(package (package
(name "yggdrasil") (name "yggdrasil")
(version "0.5.9") (version "0.5.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4681,7 +4681,7 @@ QUIC protocol.")
(recursive? #t))) (recursive? #t)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0flaix9la53gf496i6jxwi5gliszim25vlm2cc91ipgz7nzslasz")) (base32 "0dd5181p07xshbd7q6p0hf3cvq1ahq6q36qjij0vzdil8dka6fmx"))
(patches (search-patches "yggdrasil-extra-config.patch")))) (patches (search-patches "yggdrasil-extra-config.patch"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments