[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: clustershell: Update to 1.8.4.
From: |
guix-commits |
Subject: |
06/06: gnu: clustershell: Update to 1.8.4. |
Date: |
Sat, 27 Nov 2021 22:17:04 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit f43a7838716b80e439d1d94c00da6880d6f2893f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 27 22:47:44 2021 +0100
gnu: clustershell: Update to 1.8.4.
* gnu/packages/ssh.scm (clustershell): Update to 1.8.4.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/ssh.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index c8a1dbb..a681945 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -824,7 +824,7 @@ framework.")
(define-public clustershell
(package
(name "clustershell")
- (version "1.8.3")
+ (version "1.8.4")
(source
(origin
(method git-fetch)
@@ -833,7 +833,7 @@ framework.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "128v3gc6gj9622sp41az1jkcqnkbsdzvb2jpk12fpm1mmjcfgfvc"))))
+ (base32 "11b87vyamcw4rvgxz74jxwkr9ly0h9ldp2wqsi5wc19p0r06la5j"))))
(build-system python-build-system)
(inputs `(("openssh" ,openssh)))
(propagated-inputs `(("python-pyyaml" ,python-pyyaml)))
@@ -845,8 +845,7 @@ framework.")
(substitute* "lib/ClusterShell/Worker/Ssh.py"
(("info\\(\"ssh_path\"\\) or \"ssh\"")
(string-append "info(\"ssh_path\") or \""
- ssh "/bin/ssh\"")))
- #t))))))
+ ssh "/bin/ssh\"")))))))))
(home-page "https://cea-hpc.github.io/clustershell/")
(synopsis "Scalable event-driven Python framework for cluster
administration")
(description
- branch master updated (d495a90 -> f43a783), guix-commits, 2021/11/27
- 02/06: gnu: ddcci-driver-linux: Build with Linux-Libre 5.15., guix-commits, 2021/11/27
- 01/06: gnu: ddcci-driver-linux: Update to 0.4.1., guix-commits, 2021/11/27
- 05/06: gnu: clustershell: Fetch sources from Git., guix-commits, 2021/11/27
- 04/06: gnu: perl-lingua-en-findnumber: Fix typo in synopsis., guix-commits, 2021/11/27
- 06/06: gnu: clustershell: Update to 1.8.4.,
guix-commits <=
- 03/06: gnu: libx86emu: Update to 3.5., guix-commits, 2021/11/27