[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: wireguard-tools: Update to 1.0.20200820.
From: |
guix-commits |
Subject: |
01/12: gnu: wireguard-tools: Update to 1.0.20200820. |
Date: |
Sun, 23 Aug 2020 22:55:10 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f4ba46a2dfc7135a0563d11b167a9dd83fabb14b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 24 02:17:00 2020 +0200
gnu: wireguard-tools: Update to 1.0.20200820.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200820.
---
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 65cf5bd..ca7454a 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -555,7 +555,7 @@ WireGuard was added to Linux 5.6.")
(define-public wireguard-tools
(package
(name "wireguard-tools")
- (version "1.0.20200513")
+ (version "1.0.20200820")
(source
(origin
(method git-fetch)
@@ -564,7 +564,7 @@ WireGuard was added to Linux 5.6.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1yk8hng0qw2rf76hnawjbdpjssmah88bd5fk20h1c0j1yazlx0a9"))))
+ (base32 "1n8gxms0hmialm5zgh51bhbrl4fndxfc9vfwj20grp9fr7r6vzc4"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
- branch master updated (29f6150 -> c687299), guix-commits, 2020/08/23
- 03/12: gnu: electrum: Return #t from phases., guix-commits, 2020/08/23
- 05/12: gnu: electron-cash: Fix share/ location., guix-commits, 2020/08/23
- 01/12: gnu: wireguard-tools: Update to 1.0.20200820.,
guix-commits <=
- 02/12: gnu: wireguard-tools: Cross-compile., guix-commits, 2020/08/23
- 04/12: gnu: electron-cash: Return #t from phases., guix-commits, 2020/08/23
- 12/12: gnu: dovecot: Enable FTS stemming., guix-commits, 2020/08/23
- 06/12: gnu: electrum: Fix share/ location., guix-commits, 2020/08/23
- 07/12: gnu: xapian: Update to 1.4.17., guix-commits, 2020/08/23
- 08/12: gnu: evisum: Update to 0.5.3., guix-commits, 2020/08/23
- 10/12: gnu: bind: Note that isc-dhcp bundles a BIND., guix-commits, 2020/08/23
- 09/12: gnu: xterm: Update to 359., guix-commits, 2020/08/23
- 11/12: gnu: python-parted: Update to 3.11.6., guix-commits, 2020/08/23