guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1fdb37bffca5e17ad34edd7c1ba448b61af9fc0b
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Jul 18 21:30:05 2025 +0000

    gnu: pdsh: Update to 2.35.
    
    * gnu/packages/ssh.scm (pdsh): Update to 2.35.
    
    Change-Id: I495b73eea220ef1896ca111dd0d28ce96cea81ac
---
 gnu/packages/ssh.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index aeaa65a38a..be9891a7ee 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -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

Reply via email to