diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-04-11 14:29:19 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-15 10:21:01 +0200 |
| commit | 47a5cd9f9c0c42da47068f6b568061dd289a57a4 (patch) | |
| tree | 7d0f8c8738af91336ab6704839b539c3562a8950 /gnu | |
| parent | a47fef62ab51c84081f11196748f8f87e96b7603 (diff) | |
gnu: openssh: Update to 10.0p1
* gnu/packages/ssh.scm (openssh): Update to 10.0p1.
Change-Id: Ic80ed3a2b1caf2fd87a2c0ea4354dcd3f6f782f2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -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 fecb3a2559e..877d129e918 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -209,7 +209,7 @@ a server that supports the SSH-2 protocol.") (define-public openssh (package (name "openssh") - (version "9.9p2") + (version "10.0p1") (source (origin (method url-fetch) @@ -217,7 +217,7 @@ a server that supports the SSH-2 protocol.") "openssh-" version ".tar.gz")) (patches (search-patches "openssh-trust-guix-store-directory.patch")) (sha256 - (base32 "0wsn44g75qa1bfp6qkcr9nlmyn02klcy2rgrvmg2ik087rhdpali")))) + (base32 "0p6qp47gkkjrxlqaignsvn81lh80wnlxasr5n5845pqfk9q2w6h2")))) (build-system gnu-build-system) (arguments (list |
