gnu: mosh: Update to 1.4.0.

* gnu/packages/ssh.scm (mosh): Update to 1.4.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Hilton Chain 2022-11-14 23:45:14 +08:00 committed by Ludovic Courtès
parent 17b01d5463
commit 32c72dd99c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -461,13 +461,13 @@ (define-public corkscrew
(define-public mosh
(package
(name "mosh")
(version "1.3.2")
(version "1.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
(sha256
(base32
"05hjhlp6lk8yjcy59zywpf0r6s0h0b9zxq0lw66dh9x8vxrhaq6s"))))
"1pax8sqlvcc7ammsxd9r53yx4m2hg1827wfz6f4rrwjx9q9lnbl7"))))
(build-system gnu-build-system)
(arguments
'(#:phases