[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: hashcat: Update to 5.1.0.
From: |
guix-commits |
Subject: |
01/01: gnu: hashcat: Update to 5.1.0. |
Date: |
Wed, 9 Jan 2019 14:13:21 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 45ee3fde877ef39dca8382efbbb320c4062637c2
Author: Leo Famulari <address@hidden>
Date: Sun Dec 30 14:06:13 2018 -0500
gnu: hashcat: Update to 5.1.0.
* 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 357ef86..3962034 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)