gnu: autossh: Update to 1.4f.
* gnu/packages/ssh.scm (autossh): Update to 1.4f.
This commit is contained in:
parent
eb762cc70c
commit
5660325eb7
|
@ -589,7 +589,7 @@ authentication}.")
|
||||||
(define-public autossh
|
(define-public autossh
|
||||||
(package
|
(package
|
||||||
(name "autossh")
|
(name "autossh")
|
||||||
(version "1.4e")
|
(version "1.4f")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -597,7 +597,7 @@ authentication}.")
|
||||||
"http://www.harding.motd.ca/autossh/autossh-"
|
"http://www.harding.motd.ca/autossh/autossh-"
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mlicw28vq2jxa0jf0dys5ja75v0fxpjavlq9dpif6bnknji13ly"))))
|
(base32 "1wpqwa2872nqgqbhnb6nnkrlzpdawd5k69gh1qp68354pvhyawh1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:tests? #f)) ; There is no "make check" or anything similar
|
(arguments `(#:tests? #f)) ; There is no "make check" or anything similar
|
||||||
(inputs `(("openssh" ,openssh)))
|
(inputs `(("openssh" ,openssh)))
|
||||||
|
|
Loading…
Reference in New Issue