gnu: libssh: Update to 0.9.1.

* gnu/packages/ssh.scm (libssh): Update to 0.9.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-26 23:09:57 +02:00
parent 84527928d2
commit 2be89a36be
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -70,7 +70,7 @@ (define-module (gnu packages ssh)
(define-public libssh
(package
(name "libssh")
(version "0.9.0")
(version "0.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -78,7 +78,7 @@ (define-public libssh
(commit (string-append "libssh-" version))))
(sha256
(base32
"0hxws8vl56cbjwchmj0x78ywv2b8spv6h90sgma1vj1y9dybgs7s"))
"1gn8ssb1j8p41w6zy6iagbafgvcgn36ci9yyhhq83sragfjsvxaz"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(outputs '("out" "debug"))