gnu: openssh: Update to 7.6p1.

* gnu/packages/ssh.scm (openssh): Update to 7.6p1.
This commit is contained in:
Marius Bakke 2017-10-03 23:17:21 +02:00
parent 71977abc0e
commit 072acc6144
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -128,14 +128,14 @@ (define-public libssh2
(define-public openssh
(package
(name "openssh")
(version "7.5p1")
(version "7.6p1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
name "-" version ".tar.gz"))
(sha256
(base32
"1w7rb5gbrikxdkp8w7zxnci4549gk4bw1lml01s59w5rzb2y6ilq"))))
"08qpsb8mrzcx8wgvz9insiyvq7sbg26yj5nvl2m5n57yvppcl8x3"))))
(build-system gnu-build-system)
(native-inputs `(("groff" ,groff)))
(inputs `(("openssl" ,openssl)