Archived
1
0
Fork 0

gnu: libssh: Update to 0.9.2.

* gnu/packages/ssh.scm (libssh): Update to 0.9.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-07 18:00:08 +01:00
parent fbaa66ac2d
commit def91c1391
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -70,7 +70,7 @@
(define-public libssh (define-public libssh
(package (package
(name "libssh") (name "libssh")
(version "0.9.1") (version "0.9.2")
(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
"1gn8ssb1j8p41w6zy6iagbafgvcgn36ci9yyhhq83sragfjsvxaz")) "14g4rvp91skn2hlsjyhkv58vhng65xrf34cfqffixa4al869hzgj"))
(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"))