diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-22 17:14:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 00:11:16 +0100 |
commit | e3eaac98d1cdcbf45cfa0395eaf790e88a57f4d0 (patch) | |
tree | 44d5d63cf0d36c8c7bd2de0f30049c9cecb1f53d /gnu/packages/vpn.scm | |
parent | 42e00f63e244f0354c53759240fa96ea565fb297 (diff) | |
download | guix-e3eaac98d1cdcbf45cfa0395eaf790e88a57f4d0.tar guix-e3eaac98d1cdcbf45cfa0395eaf790e88a57f4d0.tar.gz |
gnu: vpnc-scripts: Update to 20190116.1000e0f.
* gnu/packages/vpn.scm (vpnc-scripts): Update to 20190116.1000e0f.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r-- | gnu/packages/vpn.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index e164d9aa4c..6155c008fa 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -119,10 +119,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 "07c3518dd6b8dc424e9c3650a62bed994a4dcbe1")) + (let ((commit "1000e0f6dd7d6bff163169a46359211c1fc3a6d2")) (package (name "vpnc-scripts") - (version (string-append "20180226." (string-take commit 7))) + (version (string-append "20190116." (string-take commit 7))) (source (origin (method git-fetch) (uri @@ -132,7 +132,7 @@ Only \"Universal TUN/TAP device driver support\" is needed in the kernel.") (file-name (git-file-name name version)) (sha256 (base32 - "02d29nrmnj6kfa889cavqn1pkn9ssb5gyp4lz1v47spwx7abpdi7")))) + "1g41yarz2bl0f73kbjqnywr485ghanbp7nmspklfb0n07yp0z6ak")))) (build-system gnu-build-system) (inputs `(("coreutils" ,coreutils) ("grep" ,grep) |