[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/23: gnu: autossh: Update to 1.4f.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/23: gnu: autossh: Update to 1.4f. |
Date: |
Sat, 24 Mar 2018 19:41:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5660325eb7dfbda8e3dde0da7bad9b6e3935f087
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Mar 24 22:08:45 2018 +0100
gnu: autossh: Update to 1.4f.
* gnu/packages/ssh.scm (autossh): Update to 1.4f.
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 9ad5da0..9d5fc26 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -589,7 +589,7 @@ authentication}.")
(define-public autossh
(package
(name "autossh")
- (version "1.4e")
+ (version "1.4f")
(source
(origin
(method url-fetch)
@@ -597,7 +597,7 @@ authentication}.")
"http://www.harding.motd.ca/autossh/autossh-";
version ".tgz"))
(sha256
- (base32 "0mlicw28vq2jxa0jf0dys5ja75v0fxpjavlq9dpif6bnknji13ly"))))
+ (base32 "1wpqwa2872nqgqbhnb6nnkrlzpdawd5k69gh1qp68354pvhyawh1"))))
(build-system gnu-build-system)
(arguments `(#:tests? #f)) ; There is no "make check" or anything similar
(inputs `(("openssh" ,openssh)))
- branch master updated (e087dad -> c77fb2d), Tobias Geerinckx-Rice, 2018/03/24
- 03/23: gnu: perl-www-mechanize: Update to 1.88., Tobias Geerinckx-Rice, 2018/03/24
- 04/23: gnu: autossh: Update to 1.4f.,
Tobias Geerinckx-Rice <=
- 01/23: doc: Fix typo., Tobias Geerinckx-Rice, 2018/03/24
- 02/23: gnu: links: Update to 2.15., Tobias Geerinckx-Rice, 2018/03/24
- 15/23: gnu: hunspell: Update to 1.6.2., Tobias Geerinckx-Rice, 2018/03/24
- 21/23: gnu: ruby-ffi: Update to 1.9.23., Tobias Geerinckx-Rice, 2018/03/24
- 05/23: gnu: emacs-mmm-mode: Update to 0.5.5., Tobias Geerinckx-Rice, 2018/03/24
- 12/23: gnu: aisleriot: Update to 3.22.5., Tobias Geerinckx-Rice, 2018/03/24
- 13/23: gnu: gnome-klotski: Update to 3.22.3., Tobias Geerinckx-Rice, 2018/03/24
- 06/23: gnu: perl-text-simpletable: Update to 2.04., Tobias Geerinckx-Rice, 2018/03/24
- 10/23: gnu: ceres-solver: Update to 1.14.0., Tobias Geerinckx-Rice, 2018/03/24
- 16/23: gnu: hunspell: Use INVOKE., Tobias Geerinckx-Rice, 2018/03/24