diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-08 11:11:09 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-08 11:11:47 +0300 |
| commit | 5be09df50304d75aa2cd3430f047a874f8293801 (patch) | |
| tree | a11d187bc29f2760eeb80769bd75d06a7028ee55 | |
| parent | ad42f0331e95c17e0f7dab384f71439534dcb363 (diff) | |
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
| -rw-r--r-- | gnu/packages/networking.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 8ee6a317242..30578378900 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -5030,7 +5030,7 @@ implementing them.") | |||
| 5030 | (define-public yggdrasil | 5030 | (define-public yggdrasil |
| 5031 | (package | 5031 | (package |
| 5032 | (name "yggdrasil") | 5032 | (name "yggdrasil") |
| 5033 | (version "0.5.12") | 5033 | (version "0.5.13") |
| 5034 | (source | 5034 | (source |
| 5035 | (origin | 5035 | (origin |
| 5036 | (method git-fetch) | 5036 | (method git-fetch) |
| @@ -5041,7 +5041,7 @@ implementing them.") | |||
| 5041 | (recursive? #t))) | 5041 | (recursive? #t))) |
| 5042 | (file-name (git-file-name name version)) | 5042 | (file-name (git-file-name name version)) |
| 5043 | (sha256 | 5043 | (sha256 |
| 5044 | (base32 "072r52b6bkpc7bhn0v1z6dm6q5g9qf4k1xlqwrvzmzwai6fm0lrn")) | 5044 | (base32 "09rwii1c52y3659nlnlrfssfn2yf6gz3s45h8vjmd4j05fpqv1rg")) |
| 5045 | (patches (search-patches "yggdrasil-extra-config.patch")))) | 5045 | (patches (search-patches "yggdrasil-extra-config.patch")))) |
| 5046 | (build-system go-build-system) | 5046 | (build-system go-build-system) |
| 5047 | (arguments | 5047 | (arguments |
| @@ -5076,8 +5076,8 @@ implementing them.") | |||
| 5076 | go-github-com-hashicorp-go-syslog | 5076 | go-github-com-hashicorp-go-syslog |
| 5077 | go-github-com-hjson-hjson-go-v4 | 5077 | go-github-com-hjson-hjson-go-v4 |
| 5078 | go-github-com-kardianos-minwinsvc | 5078 | go-github-com-kardianos-minwinsvc |
| 5079 | go-github-com-olekukonko-tablewriter-0.0.5 | 5079 | go-github-com-olekukonko-tablewriter |
| 5080 | go-github-com-quic-go-quic-go-0.52 | 5080 | go-github-com-quic-go-quic-go |
| 5081 | go-github-com-vishvananda-netlink | 5081 | go-github-com-vishvananda-netlink |
| 5082 | go-github-com-wlynxg-anet | 5082 | go-github-com-wlynxg-anet |
| 5083 | go-golang-org-x-crypto | 5083 | go-golang-org-x-crypto |
