guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: guile-ssh: Update to 0.16.3.


From: guix-commits
Subject: 09/09: gnu: guile-ssh: Update to 0.16.3.
Date: Mon, 30 Jan 2023 17:51:00 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit e6f557dd23fbb298afa92dba3133ed985e560699
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jan 30 23:49:06 2023 +0100

    gnu: guile-ssh: Update to 0.16.3.
    
    Fixes <https://issues.guix.gnu.org/58290>.
    Reported by Aleksandr Vityazev <avityazev@posteo.org>,
    and Andrew Tropin <andrew@trop.in>.
    
    * gnu/packages/ssh.scm (guile-ssh): Update to 0.16.3.
---
 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 2f6874f811..35b3b378a9 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -318,7 +318,7 @@ Additionally, various channel-specific options can be 
negotiated.")
 (define-public guile-ssh
   (package
     (name "guile-ssh")
-    (version "0.16.2")
+    (version "0.16.3")
     (home-page "https://github.com/artyom-poptsov/guile-ssh";)
     (source (origin
               (method git-fetch)
@@ -328,7 +328,7 @@ Additionally, various channel-specific options can be 
negotiated.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rp5y1xjmsxplrzl0yf23g6rdjsw7ryh5pxs4pydpsryjjdwnf84"))))
+                "0b03aizjdj3g15xfkspgvy8k5jl8bgv4q7gwjwr3l2ibqkrm8vrz"))))
     (build-system gnu-build-system)
     (outputs '("out" "debug"))
     (arguments



reply via email to

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