[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: libssh: Update to 0.9.1.
From: |
guix-commits |
Subject: |
05/05: gnu: libssh: Update to 0.9.1. |
Date: |
Sat, 26 Oct 2019 19:12:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2be89a36bef62270cc18e7ff2f1773564d34e61b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Oct 26 23:09:57 2019 +0200
gnu: libssh: Update to 0.9.1.
* gnu/packages/ssh.scm (libssh): Update to 0.9.1.
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 00e768d..f626e0e 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -70,7 +70,7 @@
(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 @@
(commit (string-append "libssh-" version))))
(sha256
(base32
- "0hxws8vl56cbjwchmj0x78ywv2b8spv6h90sgma1vj1y9dybgs7s"))
+ "1gn8ssb1j8p41w6zy6iagbafgvcgn36ci9yyhhq83sragfjsvxaz"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(outputs '("out" "debug"))