gnu: OpenSSH: Update to 8.9p1.

* gnu/packages/ssh.scm (openssh): Update to 8.9p1.
This commit is contained in:
Leo Famulari 2022-02-23 10:47:14 -05:00
parent c88c267f44
commit 9b0171fe1a
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -184,7 +184,7 @@ (define-public libssh2
(define-public openssh
(package
(name "openssh")
(version "8.8p1")
(version "8.9p1")
(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
"1s8z6f7mi1pwsl79cqai8cr350m5lf2ifcxff57wx6mvm478k425"))))
"1ry5prcax0134v6srkgznpl9ch5snkgq7yvjqvd8c5mbnxa7cjgx"))))
(build-system gnu-build-system)
(native-inputs (list groff pkg-config))
(inputs `(("libedit" ,libedit)