diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 14:04:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:58 +0100 |
commit | 7b2f99cd894c8f3cf97aad17925a87c1fc9b9215 (patch) | |
tree | 82a380a8935a3656beca825b9706ac15b5e5980b /gnu/packages/ssh.scm | |
parent | e315c72f2b70f16aae25d8c8f26bcf89604c48f5 (diff) |
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.scm | 4 |
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))) |