gnu: mosh: Update to 1.3.0.

* gnu/packages/ssh.scm (mosh): Update to 1.3.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-27 15:51:06 +02:00
parent f051d83c32
commit a800c2175f
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -300,13 +300,13 @@ (define-public corkscrew
(define-public mosh
(package
(name "mosh")
(version "1.2.6")
(version "1.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
(sha256
(base32
"118fhpm754wpklf1blnlq5xbvrxqml6rdfs3b07wg666zkxvg0ky"))))
"0xikz40q873g9ihvz3x6bwkcb9hb8kcnp5wpcmb72pg5c7s143ij"))))
(build-system gnu-build-system)
(arguments
'(#:phases