mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016.
Newer releases of this package are available but require newer versions of Golang, especially around networking. * gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.20211016. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
f04a523137
commit
5312d798ac
1 changed files with 2 additions and 2 deletions
|
@ -9663,7 +9663,7 @@ (define-public go-github-com-hjson-hjson-go
|
||||||
(define-public go-golang-zx2c4-com-wireguard
|
(define-public go-golang-zx2c4-com-wireguard
|
||||||
(package
|
(package
|
||||||
(name "go-golang-zx2c4-com-wireguard")
|
(name "go-golang-zx2c4-com-wireguard")
|
||||||
(version "0.0.20200320")
|
(version "0.0.20211016")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9676,7 +9676,7 @@ (define-public go-golang-zx2c4-com-wireguard
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fy4qsss3i3pkq1rpgjds4aipbwlh1dr9hbbf7jn2a1c63kfks0r"))))
|
"09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "golang.zx2c4.com/wireguard"))
|
'(#:import-path "golang.zx2c4.com/wireguard"))
|
||||||
|
|
Loading…
Reference in a new issue