diff mbox series

[bug#61984] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016.

Message ID 24a082044cdd1b5e075e0edb40846cd7dbdb121f.1678037558.git.felix.lechner@lease-up.com
State New
Headers show
Series [bug#61984] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016. | expand

Commit Message

Felix Lechner March 5, 2023, 5:33 p.m. UTC
* gnu/packages/golang.scm (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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 4775460ba9a60c3c09966216da10686a70b8fadb

Comments

Christopher Baines March 13, 2023, 9:33 p.m. UTC | #1
Felix Lechner via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/golang.scm (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 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
5312d798ac36a72d8a977325a7c6ff7647be670a.

Chris
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 465e0fd4c7..c75fdb4a31 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9663,7 +9663,7 @@  (define-public go-github-com-hjson-hjson-go
 (define-public go-golang-zx2c4-com-wireguard
   (package
     (name "go-golang-zx2c4-com-wireguard")
-    (version "0.0.20200320")
+    (version "0.0.20211016")
     (source
      (origin
        (method git-fetch)
@@ -9676,7 +9676,7 @@  (define-public go-golang-zx2c4-com-wireguard
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0fy4qsss3i3pkq1rpgjds4aipbwlh1dr9hbbf7jn2a1c63kfks0r"))))
+         "09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "golang.zx2c4.com/wireguard"))