guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libssh: Update to 0.7.4.


From: Marius Bakke
Subject: 02/02: gnu: libssh: Update to 0.7.4.
Date: Sun, 26 Feb 2017 15:49:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5d79b1bf575139dba9b3f919c7cc7b7f0853a67c
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 26 21:24:41 2017 +0100

    gnu: libssh: Update to 0.7.4.
    
    * gnu/packages/ssh.scm (libssh): Update to 0.7.4.
    [home-page]: Use HTTPS.
---
 gnu/packages/ssh.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 9d1d9cc..be4d2a7 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -56,15 +56,15 @@
 (define-public libssh
   (package
     (name "libssh")
-    (version "0.7.3")
+    (version "0.7.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://red.libssh.org/attachments/download/195/libssh-";
+                    "https://red.libssh.org/attachments/download/210/libssh-";
                     version ".tar.xz"))
               (sha256
                (base32
-                "165g49i4kmm3bfsjm0n8hm21kadv79g9yjqyq09138jxanz4dvr6"))))
+                "03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags '("-DWITH_GCRYPT=ON")
@@ -79,7 +79,7 @@
 client and server implementations.  With libssh, you can remotely execute
 programs, transfer files, and use a secure and transparent tunnel for your
 remote applications.")
-    (home-page "http://www.libssh.org";)
+    (home-page "https://www.libssh.org";)
     (license license:lgpl2.1+)))
 
 (define-public libssh2



reply via email to

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