mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: yggdrasil: Update to 0.5.12.
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.12. Change-Id: I9a04a531ffdb12a1bd29da2c227e1791f2e77c16
This commit is contained in:
parent
f829f3bedc
commit
11855e1c28
1 changed files with 2 additions and 2 deletions
|
@ -4670,7 +4670,7 @@ (define-public ngtcp2
|
||||||
(define-public yggdrasil
|
(define-public yggdrasil
|
||||||
(package
|
(package
|
||||||
(name "yggdrasil")
|
(name "yggdrasil")
|
||||||
(version "0.5.11")
|
(version "0.5.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4681,7 +4681,7 @@ (define-public yggdrasil
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0l7lvqmvzw89wv53lpxa44k7y148y7japvy77yir4467ghdmnvyk"))
|
(base32 "072r52b6bkpc7bhn0v1z6dm6q5g9qf4k1xlqwrvzmzwai6fm0lrn"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue