aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-13 00:55:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-13 01:00:30 +0100
commitfab02edde013437cde293bcd8f5dba553535c0fb (patch)
treeb3ce425ae2cb6bb28fdc640e076adfd74ca51a2f
parentdeb8853243e115112baff5325b4b137c1d0890b4 (diff)
downloadguix-fab02edde013437cde293bcd8f5dba553535c0fb.tar.gz
guix-fab02edde013437cde293bcd8f5dba553535c0fb.zip
gnu: wireguard-tools: Update to 1.0.20210223.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210223.
-rw-r--r--gnu/packages/vpn.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index f18dc6760c..2ea04acaa2 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -683,7 +683,7 @@ WireGuard was added to Linux 5.6.")
(define-public wireguard-tools
(package
(name "wireguard-tools")
- (version "1.0.20200827")
+ (version "1.0.20210223")
(source
(origin
(method git-fetch)
@@ -692,7 +692,7 @@ WireGuard was added to Linux 5.6.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1h351hn531z6z85sx9ya27xjz1jszgn1pkwibacjj49mds15f7gn"))))
+ (base32 "1pz7rir7bzj7rv1lqy45pqnr6jxsb4war31f9492757fql7kcrf4"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
it/gnu/installer/newt/page.scm?id=4f2fd33b4f27f590ec2337daef339cf3e2337dab'>installer: Use new installer-log-line everywhere....* gnu/installer.scm (installer-program) * gnu/installer/final.scm (install-locale) * gnu/installer/newt.scm (init) * gnu/installer/newt/final.scm (run-final-page) * gnu/installer/newt/page.scm (run-form-with-clients) * gnu/installer/newt/partition.scm (run-partitioning-page) * gnu/installer/parted.scm (eligible-devices, mkpart, luks-format-and-open, luks-close, mount-user-partitions, umount-user-partitions, free-parted): * gnu/installer/steps.scm (run-installer-steps): * gnu/installer/utils.scm (run-command, send-to-clients): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret