guix-commits
[Top][All Lists]
Advanced

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

30/30: gnu: clustershell: Update to 1.8.3.


From: guix-commits
Subject: 30/30: gnu: clustershell: Update to 1.8.3.
Date: Mon, 23 Dec 2019 13:46:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7b2f99cd894c8f3cf97aad17925a87c1fc9b9215
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 23 14:04:27 2019 +0100

    gnu: clustershell: Update to 1.8.3.
    
    * gnu/packages/ssh.scm (clustershell): Update to 1.8.3.
---
 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 de33eff..45b8f0d 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)))



reply via email to

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