gnu: mosh: Update to 1.2.6.
* gnu/packages/ssh.scm (mosh): Update to 1.2.6.
This commit is contained in:
parent
11379192fa
commit
0ec60d6e03
|
@ -304,13 +304,13 @@ in future and NTLM based authentication is most likey never be supported.")
|
||||||
(define-public mosh
|
(define-public mosh
|
||||||
(package
|
(package
|
||||||
(name "mosh")
|
(name "mosh")
|
||||||
(version "1.2.5")
|
(version "1.2.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
|
(uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s"))))
|
"118fhpm754wpklf1blnlq5xbvrxqml6rdfs3b07wg666zkxvg0ky"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue