[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: wireguard-tools: Update to 1.0.20210424.
From: |
guix-commits |
Subject: |
08/13: gnu: wireguard-tools: Update to 1.0.20210424. |
Date: |
Tue, 27 Apr 2021 06:27:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fecdc22ef82204d21d0ead2d6445466bd8c968d3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 00:48:36 2021 +0200
gnu: wireguard-tools: Update to 1.0.20210424.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210424.
---
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 260ffc2..a952e3f 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -677,7 +677,7 @@ WireGuard was added to Linux 5.6.")
(define-public wireguard-tools
(package
(name "wireguard-tools")
- (version "1.0.20210315")
+ (version "1.0.20210424")
(source
(origin
(method git-fetch)
@@ -686,7 +686,7 @@ WireGuard was added to Linux 5.6.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1an5gm2dv111n3fylbrnyynxmi2d3iwf2b46zq08hc54kzazxcml"))))
+ (base32 "12v0ykaz7phv1gqin35wf6ndgb9819vai17ynjxssq00xwcbsq43"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
- branch master updated (784bd26 -> bb9e77b), guix-commits, 2021/04/27
- 01/13: gnu: procenv: Update to 0.55., guix-commits, 2021/04/27
- 03/13: gnu: exo: Update to 4.16.2., guix-commits, 2021/04/27
- 10/13: gnu: debootstrap: Update to 1.0.124., guix-commits, 2021/04/27
- 04/13: gnu: webkitgtk: Always use at least 2 make jobs., guix-commits, 2021/04/27
- 02/13: gnu: alpine: Update to 2.24.1., guix-commits, 2021/04/27
- 06/13: gnu: solaar: Update to 1.0.6., guix-commits, 2021/04/27
- 08/13: gnu: wireguard-tools: Update to 1.0.20210424.,
guix-commits <=
- 12/13: gnu: python-skyfield: Update to 1.39., guix-commits, 2021/04/27
- 11/13: gnu: python-pyerfa: Update to 1.7.3., guix-commits, 2021/04/27
- 07/13: gnu: hdparm: Update to 9.61., guix-commits, 2021/04/27
- 09/13: gnu: bpytop: Update to 1.0.64., guix-commits, 2021/04/27
- 05/13: gnu: youtube-dl: Update to 2021.04.26., guix-commits, 2021/04/27
- 13/13: gnu: python-skyfield: Match up input and variable names., guix-commits, 2021/04/27