mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: clusterssh: Update to 1.8.2.
* gnu/packages/ssh.scm (clusterssh): Update to 1.8.2.
This commit is contained in:
parent
d090a1c15a
commit
40f243017e
1 changed files with 5 additions and 6 deletions
|
@ -707,16 +707,15 @@ (define-public pdsh
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue