guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

91/184: gnu: libssh: Update to 0.9.2.


From: guix-commits
Subject: 91/184: gnu: libssh: Update to 0.9.2.
Date: Wed, 27 Nov 2019 14:37:06 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 5693b592018fbf0def63c25fe014282f75c0fcba
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Nov 7 18:00:08 2019 +0100

    gnu: libssh: Update to 0.9.2.
    
    * gnu/packages/ssh.scm (libssh): Update to 0.9.2.
---
 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 f6559f4..351e264 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]