mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: pdsh: Update to 2.35.
* gnu/packages/ssh.scm (pdsh): Update to 2.35. Change-Id: I495b73eea220ef1896ca111dd0d28ce96cea81ac
This commit is contained in:
parent
e9b40d8b5f
commit
1fdb37bffc
1 changed files with 2 additions and 2 deletions
|
|
@ -758,7 +758,7 @@ monitor it, restarting it as necessary should it die or stop passing traffic.")
|
|||
(define-public pdsh
|
||||
(package
|
||||
(name "pdsh")
|
||||
(version "2.34")
|
||||
(version "2.35")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -766,7 +766,7 @@ monitor it, restarting it as necessary should it die or stop passing traffic.")
|
|||
"releases/download/pdsh-" version
|
||||
"/pdsh-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1s91hmhrz7rfb6h3l5k97s393rcm1ww3svp8dx5z8vkkc933wyxl"))))
|
||||
(base32 "1ziw142im1hzj0wr20msrp97sp709x1c9ybgilzz9zs8g0s1bvvm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue