[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: wireguard-linux-compat: Update to 1.0.20201221.
From: |
guix-commits |
Subject: |
01/14: gnu: wireguard-linux-compat: Update to 1.0.20201221. |
Date: |
Sun, 3 Jan 2021 02:36:09 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c3e6fcde54c4feb8dba65f5ef480f2b6d5d4caa1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 3 06:31:49 2021 +0100
gnu: wireguard-linux-compat: Update to 1.0.20201221.
* gnu/packages/vpn.scm (wireguard-linux-compat): Update to 1.0.20201221.
---
gnu/packages/vpn.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 8b5da13..37555d9 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015 Jeff Mickey <j@codemac.net>
;;; Copyright © 2016, 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<me@tobias.gr>
+;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2018, 2020 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com>
@@ -559,7 +559,7 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet)
network between the peers
(define-public wireguard-linux-compat
(package
(name "wireguard-linux-compat")
- (version "1.0.20201112")
+ (version "1.0.20201221")
(source (origin
(method url-fetch)
(uri (string-append
"https://git.zx2c4.com/wireguard-linux-compat/"
@@ -567,7 +567,7 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet)
network between the peers
".tar.xz"))
(sha256
(base32
- "1qcpg1rcmy4h529a0spjm50qgxjgjy20j29fpbrqsv5xq3qfgsl9"))))
+ "0ci13in0fqq32n5qamch4qhjgbdq86ygrgmfhc9szsh2nsl8jlkf"))))
(build-system linux-module-build-system)
(outputs '("out"
"kernel-patch"))
- branch master updated (395489c -> 78a9cfa), guix-commits, 2021/01/03
- 03/14: gnu: gaupol: Update to 1.9., guix-commits, 2021/01/03
- 01/14: gnu: wireguard-linux-compat: Update to 1.0.20201221.,
guix-commits <=
- 02/14: gnu: libshout: Update to 2.4.5., guix-commits, 2021/01/03
- 05/14: gnu: libnet6: Omit static library., guix-commits, 2021/01/03
- 06/14: gnu: obby: Omit static library., guix-commits, 2021/01/03
- 09/14: gnu: geoclue: Update to 2.5.7., guix-commits, 2021/01/03
- 08/14: gnu: mame: Update to 0.227., guix-commits, 2021/01/03
- 04/14: gnu: libinfinity: Omit static libraries, guix-commits, 2021/01/03
- 07/14: gnu: libressl: Update to 3.1.5 [security fix]., guix-commits, 2021/01/03
- 10/14: gnu: fetchmail: Update to 6.4.14., guix-commits, 2021/01/03
- 11/14: gnu: zabbix-agentd: Update to 5.2.3., guix-commits, 2021/01/03
- 13/14: gnu: fldigi: Update to 4.1.17., guix-commits, 2021/01/03