guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: wireguard-tools: Update to 1.0.20200827.


From: guix-commits
Subject: 07/11: gnu: wireguard-tools: Update to 1.0.20200827.
Date: Sat, 29 Aug 2020 22:57:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f0117fcdc43e4b91b40d3b00d91b4901ee94e1ec
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 30 04:19:03 2020 +0200

    gnu: wireguard-tools: Update to 1.0.20200827.
    
    * gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200827.
---
 gnu/packages/vpn.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 2378e4f..5bd59e9 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -556,7 +556,7 @@ WireGuard was added to Linux 5.6.")
 (define-public wireguard-tools
   (package
     (name "wireguard-tools")
-    (version "1.0.20200820")
+    (version "1.0.20200827")
     (source
      (origin
        (method git-fetch)
@@ -565,7 +565,7 @@ WireGuard was added to Linux 5.6.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1n8gxms0hmialm5zgh51bhbrl4fndxfc9vfwj20grp9fr7r6vzc4"))))
+        (base32 "1h351hn531z6z85sx9ya27xjz1jszgn1pkwibacjj49mds15f7gn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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