guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: guile-ssh: Update to 0.8.0.


From: Ludovic Courtès
Subject: 04/04: gnu: guile-ssh: Update to 0.8.0.
Date: Tue, 01 Sep 2015 12:18:57 +0000

civodul pushed a commit to branch master
in repository guix.

commit 44fd0994a0eb06a2f2b639f529ca8f64969c8736
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 1 13:46:35 2015 +0200

    gnu: guile-ssh: Update to 0.8.0.
    
    * gnu/packages/ssh.scm (guile-ssh): Update to 0.8.0.
      [inputs]: Use LIBGCRYPT instead of LIBGCRYPT-1.5.
---
 gnu/packages/ssh.scm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 2e74fbd..61ab96a 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -176,15 +176,17 @@ Additionally, various channel-specific options can be 
negotiated.")
 (define-public guile-ssh
   (package
     (name "guile-ssh")
-    (version "0.7.2")
+    (version "0.8.0")
     (source (origin
+              ;; 
ftp://memory-heap.org/software/guile-ssh/guile-ssh-VERSION.tar.gz
+              ;; exists, but the server appears to be too slow and unreliable.
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/artyom-poptsov/libguile-ssh.git";)
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1wcv10xv7ayrhrg77zyng6flknnlkzhni24nf8x9nic00zha8znk"))))
+                "1ld2khzylaylhqfsfcvbxs95frvm8pkr7dq40ia1wwn9c349fcdv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (alist-cons-after
@@ -223,7 +225,7 @@ Additionally, various channel-specific options can be 
negotiated.")
                      ("which" ,which)))
     (inputs `(("guile" ,guile-2.0)
               ("libssh" ,libssh)
-              ("libgcrypt" ,libgcrypt-1.5)))
+              ("libgcrypt" ,libgcrypt)))
     (synopsis "Guile bindings to libssh")
     (description
      "Guile-SSH is a library that provides access to the SSH protocol for



reply via email to

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