This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3d57e3e197 gnu: libssh: Update to 0.12.0.
3d57e3e197 is described below

commit 3d57e3e19747b1f9d83e18c98ea8c2d0ad1a49a5
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Feb 28 15:33:17 2026 +0100

    gnu: libssh: Update to 0.12.0.
    
    * gnu/packages/ssh.scm (libssh): Update to 0.12.0.
    [inputs]: Add libsodium.
    
    Merges guix/guix!6776
    
    Change-Id: I3fc1bfaa3a5875698272b94f6bf0abfdd009efed
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/ssh.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 456f895571..dc663a82f7 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -143,7 +143,7 @@ file names.
 (define-public libssh
   (package
     (name "libssh")
-    (version "0.11.3")
+    (version "0.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.libssh.org/files/";
@@ -151,7 +151,7 @@ file names.
                                   "/libssh-" version ".tar.xz"))
               (sha256
                (base32
-                "1hr5c5n0skagpvx2l4bfk2sqk9nvljjphkln27sw6kh9pdhi72kx"))))
+                "08bidaiq4z911zl3v7xc2zb6s8i4p7syfpsfxznmwzijv0jg8shs"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug"))
     (arguments
@@ -190,7 +190,7 @@ file names.
                           (("torture_threads_pki_rsa") "")))))
                  #~()))))
     (native-inputs (list cmocka))
-    (inputs (list bash-minimal mit-krb5 openssl zlib))
+    (inputs (list bash-minimal libsodium mit-krb5 openssl zlib))
     (synopsis "SSH client library")
     (description
      "libssh is a C library implementing the SSHv2 and SSHv1 protocol for 
client

Reply via email to