guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libssh2: Update to 1.8.0.


From: Leo Famulari
Subject: 01/01: gnu: libssh2: Update to 1.8.0.
Date: Thu, 22 Dec 2016 05:18:08 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 5d97f4c74abf84e6c721fea7a86bdb50827705a8
Author: Leo Famulari <address@hidden>
Date:   Thu Dec 22 00:14:54 2016 -0500

    gnu: libssh2: Update to 1.8.0.
    
    * gnu/packages/ssh.scm (libssh2): Update to 1.8.0.
---
 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 ea5ec81..65f118f 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -85,7 +85,7 @@ remote applications.")
 (define-public libssh2
   (package
    (name "libssh2")
-   (version "1.7.0")
+   (version "1.8.0")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -93,7 +93,7 @@ remote applications.")
                    version ".tar.gz"))
             (sha256
              (base32
-              "116mh112w48vv9k3f15ggp5kxw5sj4b88dzb5j69llsh7ba1ymp4"))))
+              "1m3n8spv79qhjq4yi0wgly5s5rc8783jb1pyra9bkx1md0plxwrr"))))
    (build-system gnu-build-system)
    ;; The installed libssh2.pc file does not include paths to libgcrypt and
    ;; zlib libraries, so we need to propagate the inputs.



reply via email to

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