mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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>
This commit is contained in:
parent
a901e950dd
commit
bed3a0b547
1 changed files with 2 additions and 2 deletions
|
@ -4577,7 +4577,7 @@ (define-public ngtcp2
|
|||
(define-public yggdrasil
|
||||
(package
|
||||
(name "yggdrasil")
|
||||
(version "0.5.4")
|
||||
(version "0.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4588,7 +4588,7 @@ (define-public yggdrasil
|
|||
(recursive? #t)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vfzzj9vxsc41dkaasz4fg3mz8iab86xyy925mp51zqmvx79ggx2"))
|
||||
(base32 "0yzgs4b0q945ygrqlc5hnmh78awl5p35azx83fz61bzfg20d52b4"))
|
||||
(patches (search-patches "yggdrasil-extra-config.patch"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue