me
/
guix
Archived
1
0
Fork 0

gnu: openssh: Update to 9.1p1.

* gnu/packages/ssh.scm (openssh): Update to 9.1p1.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 591966d2d6
commit 5651a6d0aa
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ a server that supports the SSH-2 protocol.")
(define-public openssh (define-public openssh
(package (package
(name "openssh") (name "openssh")
(version "8.9p1") (version "9.1p1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://openbsd/OpenSSH/portable/" (uri (string-append "mirror://openbsd/OpenSSH/portable/"
@ -195,7 +195,7 @@ a server that supports the SSH-2 protocol.")
"openssh-trust-guix-store-directory.patch")) "openssh-trust-guix-store-directory.patch"))
(sha256 (sha256
(base32 (base32
"1ry5prcax0134v6srkgznpl9ch5snkgq7yvjqvd8c5mbnxa7cjgx")))) "126jzn5pxkf1dgzcb3lzpzab8airg0avnvr3y23kgqp3qw4m1y0r"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list groff pkg-config)) (native-inputs (list groff pkg-config))
(inputs `(("libedit" ,libedit) (inputs `(("libedit" ,libedit)