guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9bb5a0294d9ea032578f92f284de5916960d611b
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Sep 21 13:05:17 2025 +0200

    gnu: hydra: Update to 9.6.
    
    * gnu/packages/password-utils.scm (hydra): Update to 9.6.
    
    Change-Id: I69fa547c9effe051ef652135a599bbcb47b53717
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 20105e4291..32699c0934 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1806,7 +1806,7 @@ names.")
 (define-public hydra
   (package
     (name "hydra")
-    (version "9.5")
+    (version "9.6")
     (home-page "https://github.com/vanhauser-thc/thc-hydra";)
     (source
      (origin
@@ -1817,7 +1817,7 @@ names.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0pg4alaznygngdzn4k6p540g059w7mpiakchsp0526f1b9s33lw1"))))
+         "119ybvrs6yllycpwdlmmg4jsgfh7n2bq16vv8jcxlfmshs3wab8d"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to