mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: clustershell: Update to 1.8.3.
* gnu/packages/ssh.scm (clustershell): Update to 1.8.3.
This commit is contained in:
parent
e315c72f2b
commit
7b2f99cd89
1 changed files with 2 additions and 2 deletions
|
@ -733,7 +733,7 @@ (define-public pdsh
|
|||
(define-public clustershell
|
||||
(package
|
||||
(name "clustershell")
|
||||
(version "1.8.2")
|
||||
(version "1.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -741,7 +741,7 @@ (define-public clustershell
|
|||
"/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)))
|
||||
|
|
Loading…
Reference in a new issue