guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: libssh: Update to 0.10.5.


From: guix-commits
Subject: 05/07: gnu: libssh: Update to 0.10.5.
Date: Sat, 1 Jul 2023 03:10:07 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 063aa5b318907c7c14385de34fc1157e8a74b493
Author: hako <hako@ultrarare.space>
AuthorDate: Thu Jun 29 01:57:44 2023 +0800

    gnu: libssh: Update to 0.10.5.
    
    * gnu/packages/ssh.scm (libssh): Update to 0.10.5.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 b973efc291..0ac9d78482 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -132,7 +132,7 @@ file names.
 (define-public libssh
   (package
     (name "libssh")
-    (version "0.10.4")
+    (version "0.10.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.libssh.org/files/";
@@ -140,7 +140,7 @@ file names.
                                   "/libssh-" version ".tar.xz"))
               (sha256
                (base32
-                "0zfr9fy4vg1bmz1k836hg9wi20mmaz2sgw61s6464iv1mda2qf87"))
+                "0d22gq77ga24ijlgr3d1wvhfvprx61iklkb3npifxfb7ygvjy3mn"))
               (modules '((guix build utils)))
               (snippet
                ;; 'PATH_MAX' is undefined on GNU/Hurd; work around it.



reply via email to

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