mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: vpnc-scripts: Declare a source file-name.
* gnu/packages/vpn.scm (vpnc-scripts)[source]: Declare a source file-name.
This commit is contained in:
parent
716a39bcf1
commit
728ee9d6f7
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ (define-public vpnc-scripts
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "git://git.infradead.org/users/dwmw2/vpnc-scripts.git")
|
(url "git://git.infradead.org/users/dwmw2/vpnc-scripts.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pa36w4wlyyvfb66cayhans99wsr2j5si2fvfr7ldfm512ajwn8h"))))
|
"0pa36w4wlyyvfb66cayhans99wsr2j5si2fvfr7ldfm512ajwn8h"))))
|
||||||
|
|
Loading…
Reference in a new issue