gnu: libssh: Update to 0.7.7.

* gnu/packages/ssh.scm (libssh): Update to 0.7.7.
This commit is contained in:
Marius Bakke 2018-11-05 19:32:39 +01:00
parent b5a887637c
commit d79c8148cc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -67,7 +67,7 @@ (define-module (gnu packages ssh)
(define-public libssh (define-public libssh
(package (package
(name "libssh") (name "libssh")
(version "0.7.6") (version "0.7.7")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -82,7 +82,7 @@ (define-public libssh
(patches (search-patches "libssh-hostname-parser-bug.patch")) (patches (search-patches "libssh-hostname-parser-bug.patch"))
(sha256 (sha256
(base32 (base32
"0slwqa36mhyb6brdv2jvb9fxp7rvsv3ziv67kaxx615jxn52l5pa")) "07adxvhmnaq2l7sq7sn4sjlikbm1zdicq8lavq5yfila6jbx9z1y"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" "debug")) (outputs '("out" "debug"))