diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-07 18:00:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 00:23:35 +0100 |
commit | def91c1391603f51d0994fc5fb656a44ed216bd8 (patch) | |
tree | 3d7d86e6e825ec85796278b3f75900159ec5abd6 | |
parent | fbaa66ac2d7c246121ffa29c4292ac225f50decb (diff) | |
download | patches-def91c1391603f51d0994fc5fb656a44ed216bd8.tar patches-def91c1391603f51d0994fc5fb656a44ed216bd8.tar.gz |
gnu: libssh: Update to 0.9.2.
* gnu/packages/ssh.scm (libssh): Update to 0.9.2.
-rw-r--r-- | gnu/packages/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index f6559f4578..351e26423b 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -70,7 +70,7 @@ (define-public libssh (package (name "libssh") - (version "0.9.1") + (version "0.9.2") (source (origin (method git-fetch) (uri (git-reference @@ -78,7 +78,7 @@ (commit (string-append "libssh-" version)))) (sha256 (base32 - "1gn8ssb1j8p41w6zy6iagbafgvcgn36ci9yyhhq83sragfjsvxaz")) + "14g4rvp91skn2hlsjyhkv58vhng65xrf34cfqffixa4al869hzgj")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (outputs '("out" "debug")) |