Archived
1
0
Fork 0

gnu: clusterssh: Update to 1.8.2.

* gnu/packages/ssh.scm (clusterssh): Update to 1.8.2.
This commit is contained in:
Efraim Flashner 2019-11-13 22:16:36 +02:00
parent d090a1c15a
commit 40f243017e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -707,16 +707,15 @@ shell services and remote host selection.")
(define-public clustershell (define-public clustershell
(package (package
(name "clustershell") (name "clustershell")
(version "1.8") (version "1.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/cea-hpc/clustershell/archive/v" (uri (string-append "https://github.com/cea-hpc/clustershell/releases"
version "/download/v" version
".tar.gz")) "/ClusterShell-" version ".tar.gz"))
(sha256 (sha256
(base32 "1qyf6zp5ikk8rk7zvx5ssbgr9si2bqv3a3415590kd07s7i16nmd")) (base32 "1gz2g85wpk35n1fp31q753w01y3p8abm7dnbas28q4yjyvikqw75"))))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system python-build-system) (build-system python-build-system)
(inputs `(("openssh" ,openssh))) (inputs `(("openssh" ,openssh)))
(propagated-inputs `(("python-pyyaml" ,python-pyyaml))) (propagated-inputs `(("python-pyyaml" ,python-pyyaml)))