guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: openssh: Update to 9.5p1.


From: guix-commits
Subject: 02/13: gnu: openssh: Update to 9.5p1.
Date: Sun, 26 Nov 2023 18:19:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1408e7a3046140a26c69603cf7e0507c110eea4a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 19 01:00:00 2023 +0100

    gnu: openssh: Update to 9.5p1.
    
    * gnu/packages/ssh.scm (openssh): Update to 9.5p1.
    
    Change-Id: I7347258f801e97045774a27e4c30b82fff2ff73e
---
 gnu/packages/ssh.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 2434a563c2..47089b197d 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]