gnu: libssh: Update to 0.8.7.

* gnu/packages/ssh.scm (libssh): Update to 0.8.7.
master
Marius Bakke 2019-03-01 16:51:34 +01:00
parent 3e493945e8
commit 81bb55459a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
(define-public libssh (define-public libssh
(package (package
(name "libssh") (name "libssh")
(version "0.8.6") (version "0.8.7")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -78,7 +78,7 @@
(commit (string-append "libssh-" version)))) (commit (string-append "libssh-" version))))
(sha256 (sha256
(base32 (base32
"0rq57gpmdawljx7hqya4ipzsfpcbr31yy60kl5qv66krc9wimqda")) "1iqik1ba0g008k1mb1n85iih1azi7giy0c485jnlmsrjxik4q3j2"))
(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"))