diff options
author | Leo Famulari <leo@famulari.name> | 2022-02-23 10:47:14 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-02-27 17:57:59 -0500 |
commit | 9b0171fe1ae499f57462c4b45e91ef68e076f57d (patch) | |
tree | 961e51250741fd160f18d1046dc83c78ed0114a3 | |
parent | c88c267f44d361d29ef3dd1fa3c2ee8f04a6baa7 (diff) |
gnu: OpenSSH: Update to 8.9p1.
* gnu/packages/ssh.scm (openssh): Update to 8.9p1.
-rw-r--r-- | gnu/packages/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 8e29968ea7..7c8b09879f 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -184,7 +184,7 @@ a server that supports the SSH-2 protocol.") (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 @@ a server that supports the SSH-2 protocol.") (patches (search-patches "openssh-hurd.patch")) (sha256 (base32 - "1s8z6f7mi1pwsl79cqai8cr350m5lf2ifcxff57wx6mvm478k425")))) + "1ry5prcax0134v6srkgznpl9ch5snkgq7yvjqvd8c5mbnxa7cjgx")))) (build-system gnu-build-system) (native-inputs (list groff pkg-config)) (inputs `(("libedit" ,libedit) |