gnu: openssh: Update to 9.5p1.
* gnu/packages/ssh.scm (openssh): Update to 9.5p1. Change-Id: I7347258f801e97045774a27e4c30b82fff2ff73e
This commit is contained in:
parent
0b94c107bb
commit
1408e7a304
1 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ (define-public libssh2
|
|||
(define-public openssh
|
||||
(package
|
||||
(name "openssh")
|
||||
(version "9.4p1")
|
||||
(version "9.5p1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -206,7 +206,7 @@ (define-public openssh
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue