unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33928] [PATCH] gnu: hashcat: Update to 5.1.0.
@ 2018-12-30 19:06 Leo Famulari
  2019-01-09 16:07 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2018-12-30 19:06 UTC (permalink / raw)
  To: 33928

* gnu/packages/password-utils.scm (hashcat): Update to 5.1.0.
---
 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 357ef86d5..396203407 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -705,7 +705,7 @@ your online accounts makes it necessary.")
 (define-public hashcat
   (package
     (name "hashcat")
-    (version "4.1.0")
+    (version "5.1.0")
     (source
      (origin
        (method url-fetch)
@@ -713,7 +713,7 @@ your online accounts makes it necessary.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "170i2y32ykgzb1qf1wz3klwn31c09bviz4x3bnrwia65adqrj8xx"))))
+         "0f73y4cg8c7a6q7x34qvpfi4g3lw6j9bnn0a13g43aqyiskflfr8"))))
     (native-inputs
      `(("opencl-headers" ,opencl-headers)))
     (build-system gnu-build-system)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#33928] [PATCH] gnu: hashcat: Update to 5.1.0.
  2018-12-30 19:06 [bug#33928] [PATCH] gnu: hashcat: Update to 5.1.0 Leo Famulari
@ 2019-01-09 16:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-01-09 16:07 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 33928

Hi!

Leo Famulari <leo@famulari.name> skribis:

> * gnu/packages/password-utils.scm (hashcat): Update to 5.1.0.

I haven’t tested but it looks harmless, please go ahead!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-09 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-30 19:06 [bug#33928] [PATCH] gnu: hashcat: Update to 5.1.0 Leo Famulari
2019-01-09 16:07 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).