diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-27 15:51:06 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-27 17:42:51 +0200 |
| commit | a800c2175f47887eaba36cc8220f665026d433e5 (patch) | |
| tree | 4b769b6ac9589b3d86d05686ae9bb8b6f7af56d3 /gnu/packages/ssh.scm | |
| parent | f051d83c32fea14ee27ff96aa2d3e65d0e0d9f8f (diff) | |
gnu: mosh: Update to 1.3.0.
* gnu/packages/ssh.scm (mosh): Update to 1.3.0.
Diffstat (limited to 'gnu/packages/ssh.scm')
| -rw-r--r-- | gnu/packages/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index c511b7a6c9e..0443937749d 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -300,13 +300,13 @@ in future and NTLM based authentication is most likey never be supported.") | |||
| 300 | (define-public mosh | 300 | (define-public mosh |
| 301 | (package | 301 | (package |
| 302 | (name "mosh") | 302 | (name "mosh") |
| 303 | (version "1.2.6") | 303 | (version "1.3.0") |
| 304 | (source (origin | 304 | (source (origin |
| 305 | (method url-fetch) | 305 | (method url-fetch) |
| 306 | (uri (string-append "https://mosh.org/mosh-" version ".tar.gz")) | 306 | (uri (string-append "https://mosh.org/mosh-" version ".tar.gz")) |
| 307 | (sha256 | 307 | (sha256 |
| 308 | (base32 | 308 | (base32 |
| 309 | "118fhpm754wpklf1blnlq5xbvrxqml6rdfs3b07wg666zkxvg0ky")))) | 309 | "0xikz40q873g9ihvz3x6bwkcb9hb8kcnp5wpcmb72pg5c7s143ij")))) |
| 310 | (build-system gnu-build-system) | 310 | (build-system gnu-build-system) |
| 311 | (arguments | 311 | (arguments |
| 312 | '(#:phases | 312 | '(#:phases |
