summaryrefslogtreecommitdiff
path: root/gnu/packages/ssh.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-23 14:04:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-23 19:45:58 +0100
commit7b2f99cd894c8f3cf97aad17925a87c1fc9b9215 (patch)
tree82a380a8935a3656beca825b9706ac15b5e5980b /gnu/packages/ssh.scm
parente315c72f2b70f16aae25d8c8f26bcf89604c48f5 (diff)
downloadguix-patches-7b2f99cd894c8f3cf97aad17925a87c1fc9b9215.tar
guix-patches-7b2f99cd894c8f3cf97aad17925a87c1fc9b9215.tar.gz
gnu: clustershell: Update to 1.8.3.
* gnu/packages/ssh.scm (clustershell): Update to 1.8.3.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r--gnu/packages/ssh.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index de33effc89..45b8f0db00 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -733,7 +733,7 @@ shell services and remote host selection.")
(define-public clustershell
(package
(name "clustershell")
- (version "1.8.2")
+ (version "1.8.3")
(source
(origin
(method url-fetch)
@@ -741,7 +741,7 @@ shell services and remote host selection.")
"/download/v" version
"/ClusterShell-" version ".tar.gz"))
(sha256
- (base32 "1gz2g85wpk35n1fp31q753w01y3p8abm7dnbas28q4yjyvikqw75"))))
+ (base32 "1qdcgh733szwj9r1gambrgfkizvbjci0bnnkds9a8mnyb3sasnan"))))
(build-system python-build-system)
(inputs `(("openssh" ,openssh)))
(propagated-inputs `(("python-pyyaml" ,python-pyyaml)))