1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: yggdrasil: Update to 0.5.13.

* gnu/packages/networking.scm (yggdrasil): Update to 0.5.13.
[native-inputs]: Remove go-github-com-olekukonko-tablewriter-0.0.5 and
go-github-com-quic-go-quic-go-0.52; add
go-github-com-olekukonko-tablewriter and
go-github-com-quic-go-quic-go.

Change-Id: Ia3e0ee1a554dce688bb5ef2ceec9f14d950397f9
This commit is contained in:
Artyom V. Poptsov
2026-03-08 11:11:09 +03:00
parent ad42f0331e
commit 5be09df503

View File

@@ -5030,7 +5030,7 @@ implementing them.")
(define-public yggdrasil
(package
(name "yggdrasil")
(version "0.5.12")
(version "0.5.13")
(source
(origin
(method git-fetch)
@@ -5041,7 +5041,7 @@ implementing them.")
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
(base32 "072r52b6bkpc7bhn0v1z6dm6q5g9qf4k1xlqwrvzmzwai6fm0lrn"))
(base32 "09rwii1c52y3659nlnlrfssfn2yf6gz3s45h8vjmd4j05fpqv1rg"))
(patches (search-patches "yggdrasil-extra-config.patch"))))
(build-system go-build-system)
(arguments
@@ -5076,8 +5076,8 @@ implementing them.")
go-github-com-hashicorp-go-syslog
go-github-com-hjson-hjson-go-v4
go-github-com-kardianos-minwinsvc
go-github-com-olekukonko-tablewriter-0.0.5
go-github-com-quic-go-quic-go-0.52
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