guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: libssh2: Update to 1.8.2.


From: guix-commits
Subject: 05/14: gnu: libssh2: Update to 1.8.2.
Date: Sun, 31 Mar 2019 16:53:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 32deef23f64297f4edb8ac47e9a5b754ece8ee2b
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 31 16:28:27 2019 +0200

    gnu: libssh2: Update to 1.8.2.
    
    * gnu/packages/ssh.scm (libssh2): Update to 1.8.2.
---
 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 1ea8634..abbc0da 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -111,7 +111,7 @@ applications.")
 (define-public libssh2
   (package
    (name "libssh2")
-   (version "1.8.1")
+   (version "1.8.2")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -119,7 +119,7 @@ applications.")
                    version ".tar.gz"))
             (sha256
              (base32
-              "0ngif3ynk6xqzy5nlfjs7bsmfm81g9f145av0z86kf0vbgrigda0"))
+              "0rqd37pc80nm2pz4sa2m9pfc48axys7jwq1l7z0vii5nyvchg0q8"))
             (patches
              (search-patches "libssh2-fix-build-failure-with-gcrypt.patch"))))
    (build-system gnu-build-system)



reply via email to

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