gnu: mosh: Update to 1.2.6.

* gnu/packages/ssh.scm (mosh): Update to 1.2.6.
This commit is contained in:
Efraim Flashner 2016-08-11 12:21:27 +03:00
parent 11379192fa
commit 0ec60d6e03
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -304,13 +304,13 @@ in future and NTLM based authentication is most likey never be supported.")
(define-public mosh
(package
(name "mosh")
(version "1.2.5")
(version "1.2.6")
(source (origin
(method url-fetch)
(uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
(sha256
(base32
"1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s"))))
"118fhpm754wpklf1blnlq5xbvrxqml6rdfs3b07wg666zkxvg0ky"))))
(build-system gnu-build-system)
(arguments
'(#:phases