Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
From 3252ac264affd868f55b3813d23a311bfa533fcf Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Thu, 30 Jul 2020 05:04:29 +0200
Subject: [PATCH] gnu: hashcat: Update to 6.1.1.
* gnu/packages/password-utils.scm (hashcat): Update to 6.1.1.
---
gnu/packages/password-utils.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Toggle diff (32 lines)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index ee4d088501..ae211d8cd0 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Jean-Baptiste Note <jean-baptiste.note@m4x.org>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1076,7 +1077,7 @@ your online accounts makes it necessary.")
(define-public hashcat
(package
(name "hashcat")
- (version "5.1.0")
+ (version "6.1.1")
(source
(origin
(method url-fetch)
@@ -1084,7 +1085,7 @@ your online accounts makes it necessary.")
version ".tar.gz"))
(sha256
(base32
- "0f73y4cg8c7a6q7x34qvpfi4g3lw6j9bnn0a13g43aqyiskflfr8"))))
+ "104z63m7lqbb0sdrxhf9yi15l4a9zwf9m6zs9dbb3gf0nfxl1h9r"))))
(native-inputs
`(("opencl-headers" ,opencl-headers)))
(build-system gnu-build-system)
--
2.27.0
--
Listen and silent are spelled with the same letters.
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8iOZMACgkQfHr/vv7y
yyXrWggAjxEF1GTsxEzwo6ZAbyiXlql557xMqyLMXfSgEBwYRD1Z6T+ZPhg1kRYF
NOEk1+ZR9/YUBhZCRhoRPj0kg2P3ThjkjZiV4Q9eUX9OZjK0F+WZ63DCi0uPXyTy
8lvN9PzmmX5eYeSz7W6fkxlYx1qA7ybB5FHjuCTWG7x8FoDxnYg/gvFKc8m3LhaR
2rqwrf4DXk0pzOjui1rB1FZROSidkXSgcJl+SSKpAtVMaCkY8fEugNb3nu0Itauo
8NlARBN2ESV3NHUC4NA3WntYpk9zvMrr5RL2F+7/0vFc5FgwghY+mK9en0A7MbFC
9oED9gYh+uFtmmhKq9IBJaZBKbn3mA==
=xnB+
-----END PGP SIGNATURE-----