gnu: openssh: Update to 7.5p1.

* gnu/packages/ssh.scm (openssh): Update to 7.5p1.
This commit is contained in:
Leo Famulari 2017-03-22 02:00:17 -04:00
parent 22f25392cf
commit d8be338f16
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -112,7 +112,7 @@ (define-public libssh2
(define-public openssh
(package
(name "openssh")
(version "7.4p1")
(version "7.5p1")
(source (origin
(method url-fetch)
(uri (let ((tail (string-append name "-" version ".tar.gz")))
@ -123,7 +123,7 @@ (define-public openssh
(string-append "http://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/"
tail))))
(sha256 (base32
"1l8r3x4fr2kb6xm95s7kjdif1wp6f94d4kljh4qjj9109shw87qv"))))
"1w7rb5gbrikxdkp8w7zxnci4549gk4bw1lml01s59w5rzb2y6ilq"))))
(build-system gnu-build-system)
(inputs `(("groff" ,groff)
("openssl" ,openssl)