guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 96d87b4747c63bfce81f8b6ac8eba481f31ed44d
Author: Jean-Baptiste Note <[email protected]>
AuthorDate: Sun Sep 21 21:54:30 2025 +0200
gnu: hashcat: update to 7.1.2.
* gnu/packages/password-utils (hashcat): Update to 7.1.2.
Signed-off-by: Andreas Enge <[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 566e484915..8451fafad8 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1671,14 +1671,14 @@ your online accounts makes it necessary.")
(define-public hashcat
(package
(name "hashcat")
- (version "6.2.6")
+ (version "7.1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hashcat.net/files/hashcat-" version
".tar.gz"))
(sha256
(base32
- "0akv1cgbmwyw8h8zbw5w5ixh92y95sdadh8qiz60hjgkpivi0pmj"))
+ "15lbzjfb6n3d06090g1dyf3llc20mnmrn1yc9ys30xbldlracilm"))
(modules '((guix build utils)))
;; Delete bundled libraries.
(snippet