gnu: openssh: Update to 8.4p1.

* gnu/packages/ssh.scm (openssh): Update to 8.4p1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Greg Hogan 2020-09-28 07:05:49 -04:00 committed by Tobias Geerinckx-Rice
parent be49f1133d
commit a32c581a1d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -184,7 +184,7 @@ (define-public libssh2
(define-public openssh
(package
(name "openssh")
(version "8.3p1")
(version "8.4p1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
@ -192,7 +192,7 @@ (define-public openssh
(patches (search-patches "openssh-hurd.patch"))
(sha256
(base32
"1cl74ghi9y21dc3f4xa0qamb7dhwacbynh1ks9syprrg8zhgpgpj"))))
"091b3pxdlj47scxx6kkf4agkx8c8sdacdxx8m1dw1cby80pd40as"))))
(build-system gnu-build-system)
(native-inputs `(("groff" ,groff)
("pkg-config" ,pkg-config)))