gnu: openssh: Update to 9.3p2.

* gnu/packages/ssh.scm (openssh): Update to 9.3p2.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 8b13984fac
commit 4372610731
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -198,7 +198,7 @@ (define-public libssh2
(define-public openssh
(package
(name "openssh")
(version "9.3p1")
(version "9.3p2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
@ -207,7 +207,7 @@ (define-public openssh
"openssh-trust-guix-store-directory.patch"))
(sha256
(base32
"1a7qia3c255igny5kf00m5zxkp69lf1w6qjsv3rm2sm705vvmfp9"))))
"1s3nqv57r3l7avsdkzwd575dvxra8h19xpqczl0z3cvcgwabw3i0"))))
(build-system gnu-build-system)
(native-inputs (list groff pkg-config))
(inputs `(("libedit" ,libedit)