me
/
guix
Archived
1
0
Fork 0

gnu: mosh: Update to 1.3.2.

* gnu/packages/ssh.scm (mosh): Update to 1.3.2.
master
Tobias Geerinckx-Rice 2017-07-23 01:26:33 +02:00
parent a68a83f015
commit 4b8b245b83
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -343,13 +343,13 @@ authentication scheme.")
(define-public mosh
(package
(name "mosh")
(version "1.3.0")
(version "1.3.2")
(source (origin
(method url-fetch)
(uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
(sha256
(base32
"0xikz40q873g9ihvz3x6bwkcb9hb8kcnp5wpcmb72pg5c7s143ij"))))
"05hjhlp6lk8yjcy59zywpf0r6s0h0b9zxq0lw66dh9x8vxrhaq6s"))))
(build-system gnu-build-system)
(arguments
'(#:phases