guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/23: gnu: hydra: Update to 9.5.


From: guix-commits
Subject: 02/23: gnu: hydra: Update to 9.5.
Date: Thu, 20 Jul 2023 17:05:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5ef7be9126eb7f0e108ec81762cedc5a68a0e251
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: hydra: Update to 9.5.
    
    * gnu/packages/password-utils.scm (hydra): Update to 9.5.
---
 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 06e00a69d4..9126f22e24 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1443,7 +1443,7 @@ group them into chains.")
 (define-public hydra
   (package
     (name "hydra")
-    (version "9.4")
+    (version "9.5")
     (home-page "https://github.com/vanhauser-thc/thc-hydra";)
     (source (origin
               (method git-fetch)
@@ -1453,7 +1453,7 @@ group them into chains.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dbx7yaqf4nl63pi8wmr19cxnp5v4w7fsd369krdy8hlc8k0qjgr"))))
+                "0pg4alaznygngdzn4k6p540g059w7mpiakchsp0526f1b9s33lw1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ;no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]