1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

gnu: openssh: Update to 9.5p1.

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

Change-Id: I7347258f801e97045774a27e4c30b82fff2ff73e
This commit is contained in:
Tobias Geerinckx-Rice
2023-11-19 01:00:00 +01:00
parent 0b94c107bb
commit 1408e7a304
+2 -2
View File
@@ -198,7 +198,7 @@ a server that supports the SSH-2 protocol.")
(define-public openssh
(package
(name "openssh")
(version "9.4p1")
(version "9.5p1")
(source
(origin
(method url-fetch)
@@ -206,7 +206,7 @@ a server that supports the SSH-2 protocol.")
"openssh-" version ".tar.gz"))
(patches (search-patches "openssh-trust-guix-store-directory.patch"))
(sha256
(base32 "11bahrik5qi337m954g5479f63cxnxdch076ng7668fvi28gs21n"))))
(base32 "0sq8hqk6f0x6djgvqawjbwwxpwd8r1nzjahqfl7m9yx7kfvyf9ph"))))
(build-system gnu-build-system)
(arguments
(list