~ruther/guix-local

96d87b4747c63bfce81f8b6ac8eba481f31ed44d — Jean-Baptiste Note 6 months ago eb893db
gnu: hashcat: update to 7.1.2.

* gnu/packages/password-utils (hashcat): Update to 7.1.2.

Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/password-utils.scm
M gnu/packages/password-utils.scm => gnu/packages/password-utils.scm +2 -2
@@ 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