summaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-21 19:35:18 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-22 00:20:12 +0200
commit1a135896b3c8bca17f70c2b90caaa205cbd781ec (patch)
treeb0055549dab32b17a6ce4fc3762550ed4e5b13d1 /gnu/packages/vpn.scm
parent863501b723adc496d49ee329c035648020f43b2f (diff)
downloadguix-patches-1a135896b3c8bca17f70c2b90caaa205cbd781ec.tar
guix-patches-1a135896b3c8bca17f70c2b90caaa205cbd781ec.tar.gz
gnu: vpnc-scripts: Update to 20180226.07c3518.
* gnu/packages/vpn.scm (vpnc-scripts): Update to 20180226.07c3518.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r--gnu/packages/vpn.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 5043265db8..85bbe7e9c6 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -122,10 +122,10 @@ Only \"Universal TUN/TAP device driver support\" is needed in the kernel.")
(home-page "http://www.unix-ag.uni-kl.de/~massar/vpnc/")))
(define-public vpnc-scripts
- (let ((commit "6f87b0fe7b20d802a0747cc310217920047d58d3"))
+ (let ((commit "07c3518dd6b8dc424e9c3650a62bed994a4dcbe1"))
(package
(name "vpnc-scripts")
- (version (string-append "20161214." (string-take commit 7)))
+ (version (string-append "20180226." (string-take commit 7)))
(source (origin
(method git-fetch)
(uri
@@ -135,7 +135,7 @@ Only \"Universal TUN/TAP device driver support\" is needed in the kernel.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pa36w4wlyyvfb66cayhans99wsr2j5si2fvfr7ldfm512ajwn8h"))))
+ "02d29nrmnj6kfa889cavqn1pkn9ssb5gyp4lz1v47spwx7abpdi7"))))
(build-system gnu-build-system)
(inputs `(("coreutils" ,coreutils)
("grep" ,grep)