guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: guile-ssh: Update to 0.13.0.


From: guix-commits
Subject: 01/11: gnu: guile-ssh: Update to 0.13.0.
Date: Mon, 20 Jul 2020 17:26:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6c451e16b74160ac9604914c02a6bafff51fb805
Author: Lars-Dominik Braun <ldb@leibniz-psychology.org>
AuthorDate: Mon Jul 20 11:27:35 2020 +0200

    gnu: guile-ssh: Update to 0.13.0.
    
    * gnu/packages/ssh.scm (guile-ssh): Update to 0.13.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 a612b9d..50316ea 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -297,7 +297,7 @@ Additionally, various channel-specific options can be 
negotiated.")
 (define-public guile-ssh
   (package
     (name "guile-ssh")
-    (version "0.12.0")
+    (version "0.13.0")
     (home-page "https://github.com/artyom-poptsov/guile-ssh";)
     (source (origin
               (method git-fetch)
@@ -307,7 +307,7 @@ Additionally, various channel-specific options can be 
negotiated.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "054hd9rzfhb48gc1hw3rphhp0cnnd4bs5qmidy5ygsyvy9ravlad"))
+                "1q96h98p6x7ah6nc0d2wfx503fmsj36riv9ka9s79z3lzwaf0k26"))
               (modules '((guix build utils)))))
     (build-system gnu-build-system)
     (outputs '("out" "debug"))



reply via email to

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