[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/17: gnu: clusterssh: Update to 1.8.2.
From: |
guix-commits |
Subject: |
12/17: gnu: clusterssh: Update to 1.8.2. |
Date: |
Wed, 13 Nov 2019 16:08:51 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 40f243017ed2f207995b85ed03834e6175820d5c
Author: Efraim Flashner <address@hidden>
Date: Wed Nov 13 22:16:36 2019 +0200
gnu: clusterssh: Update to 1.8.2.
* gnu/packages/ssh.scm (clusterssh): Update to 1.8.2.
---
gnu/packages/ssh.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 351e264..fa1d32a 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -707,16 +707,15 @@ shell services and remote host selection.")
(define-public clustershell
(package
(name "clustershell")
- (version "1.8")
+ (version "1.8.2")
(source
(origin
(method url-fetch)
- (uri (string-append "https://github.com/cea-hpc/clustershell/archive/v"
- version
- ".tar.gz"))
+ (uri (string-append "https://github.com/cea-hpc/clustershell/releases"
+ "/download/v" version
+ "/ClusterShell-" version ".tar.gz"))
(sha256
- (base32 "1qyf6zp5ikk8rk7zvx5ssbgr9si2bqv3a3415590kd07s7i16nmd"))
- (file-name (string-append name "-" version ".tar.gz"))))
+ (base32 "1gz2g85wpk35n1fp31q753w01y3p8abm7dnbas28q4yjyvikqw75"))))
(build-system python-build-system)
(inputs `(("openssh" ,openssh)))
(propagated-inputs `(("python-pyyaml" ,python-pyyaml)))
- 06/17: gnu: dotherside: Don't use unstable tarball., (continued)
- 06/17: gnu: dotherside: Don't use unstable tarball., guix-commits, 2019/11/13
- 04/17: gnu: luakit: Don't use unstable tarball., guix-commits, 2019/11/13
- 07/17: gnu: dotherside: Update to 0.6.4., guix-commits, 2019/11/13
- 14/17: gnu: vis: Don't use unstable tarball., guix-commits, 2019/11/13
- 09/17: gnu: hstr: Don't use unstable tarball., guix-commits, 2019/11/13
- 08/17: gnu: iniparser: Don't use unstable tarball., guix-commits, 2019/11/13
- 16/17: gnu: utfcpp: Don't use unstable tarball., guix-commits, 2019/11/13
- 03/17: gnu: qmpbackup: Don't use unstable tarball., guix-commits, 2019/11/13
- 11/17: gnu: python-sphinx-gallery: Don't use unstable tarball., guix-commits, 2019/11/13
- 10/17: gnu: sonic: Don't use unstable tarball., guix-commits, 2019/11/13
- 12/17: gnu: clusterssh: Update to 1.8.2.,
guix-commits <=
- 17/17: gnu: pfff: Don't use unstable tarball., guix-commits, 2019/11/13
- 15/17: gnu: enca: Don't use unstable tarball., guix-commits, 2019/11/13
- 13/17: gnu: libsrtp: Don't use unstable tarball., guix-commits, 2019/11/13