guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016.


From: guix-commits
Subject: 05/05: gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016.
Date: Mon, 13 Mar 2023 16:37:30 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 5312d798ac36a72d8a977325a7c6ff7647be670a
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Sun Mar 5 09:33:49 2023 -0800

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

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 @@ JSON data to the machine.")
 (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 @@ JSON data to the machine.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0fy4qsss3i3pkq1rpgjds4aipbwlh1dr9hbbf7jn2a1c63kfks0r"))))
+         "09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "golang.zx2c4.com/wireguard"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]