[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: guile-ssh: Update to 0.7.2.
From: |
Ludovic Courtès |
Subject: |
03/03: gnu: guile-ssh: Update to 0.7.2. |
Date: |
Wed, 11 Mar 2015 22:26:05 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 46ffff90245de835e72a756a6801e11e05161b87
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 11 23:23:16 2015 +0100
gnu: guile-ssh: Update to 0.7.2.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.7.2.
---
gnu/packages/ssh.scm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index f475eea..8800be3 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -186,15 +186,15 @@ Additionally, various channel-specific options can be
negotiated.")
(define-public guile-ssh
(package
(name "guile-ssh")
- (version "0.7.1")
+ (version "0.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/artyom-poptsov/libguile-ssh.git")
- (commit "e216e1d78bf93a9753ea813f930cac5e68e52180")))
+ (commit (string-append "v" version))))
(sha256
(base32
- "1sbxhmynmpwfjwb3dp6lrc3cxi5kffqmb6klhx7wnkgqxvs61lsw"))))
+ "1wcv10xv7ayrhrg77zyng6flknnlkzhni24nf8x9nic00zha8znk"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-cons-after