gnu: openssh: Update to 8.3p1.

* gnu/packages/ssh.scm (openssh): Update to 8.3p1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-29 08:31:36 +02:00
parent fd13ec5fec
commit 7c5c21fd46
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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