From unknown Fri Jun 20 07:18:48 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42610 <42610@debbugs.gnu.org> To: bug#42610 <42610@debbugs.gnu.org> Subject: Status: [PATCH] gnu: hashcat: Update to 6.1.1. Reply-To: bug#42610 <42610@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:18:48 +0000 retitle 42610 [PATCH] gnu: hashcat: Update to 6.1.1. reassign 42610 guix-patches submitter 42610 Michael Rohleder severity 42610 normal tag 42610 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 29 23:10:41 2020 Received: (at submit) by debbugs.gnu.org; 30 Jul 2020 03:10:41 +0000 Received: from localhost ([127.0.0.1]:34103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0yxt-0008Ly-BS for submit@debbugs.gnu.org; Wed, 29 Jul 2020 23:10:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:57068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0yxp-0008Lp-Lq for submit@debbugs.gnu.org; Wed, 29 Jul 2020 23:10:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0yxp-0003ks-H5 for guix-patches@gnu.org; Wed, 29 Jul 2020 23:10:37 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:49536) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0yxi-0006pt-R9 for guix-patches@gnu.org; Wed, 29 Jul 2020 23:10:37 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1k0yvU-0004VX-49; Thu, 30 Jul 2020 05:08:12 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k0yvT-0001LW-DG for guix-patches@gnu.org; Thu, 30 Jul 2020 05:08:11 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: hashcat: Update to 6.1.1. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Thu, 30 Jul 2020 05:08:02 +0200 Message-ID: <87ft99g0od.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596078630;39a30f07; X-HE-SMSGID: 1k0yvU-0004VX-49 Received-SPF: permerror client-ip=80.237.132.231; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/29 23:10:26 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-hashcat-Update-to-6.1.1.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: hashcat: Update to 6.1.1. From=203252ac264affd868f55b3813d23a311bfa533fcf Mon Sep 17 00:00:00 2001 From: Michael Rohleder 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. =2D-- gnu/packages/password-utils.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.= scm index ee4d088501..ae211d8cd0 100644 =2D-- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -27,6 +27,7 @@ ;;; Copyright =C2=A9 2020 Guillaume Le Vaillant ;;; Copyright =C2=A9 2020 Brice Waegeneire ;;; Copyright =C2=A9 2020 Jean-Baptiste Note +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -1076,7 +1077,7 @@ your online accounts makes it necessary.") (define-public hashcat (package (name "hashcat") =2D (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 =2D "0f73y4cg8c7a6q7x34qvpfi4g3lw6j9bnn0a13g43aqyiskflfr8")))) + "104z63m7lqbb0sdrxhf9yi15l4a9zwf9m6zs9dbb3gf0nfxl1h9r")))) (native-inputs `(("opencl-headers" ,opencl-headers))) (build-system gnu-build-system) =2D-=20 2.27.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Listen and silent are spelled with the same letters. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----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----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 30 20:57:09 2020 Received: (at 42610-done) by debbugs.gnu.org; 31 Jul 2020 00:57:09 +0000 Received: from localhost ([127.0.0.1]:36961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1JMC-00008J-Sd for submit@debbugs.gnu.org; Thu, 30 Jul 2020 20:57:09 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:34783) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1JM6-00007i-RQ for 42610-done@debbugs.gnu.org; Thu, 30 Jul 2020 20:57:07 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id B208E5C0170; Thu, 30 Jul 2020 20:56:56 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Thu, 30 Jul 2020 20:56:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=heq+btsnoMLt8B01ASVfUEEa 6UPVVEgxg78f22nGNII=; b=KIsj5EyZuT1HJFgS+WGVqyVYov7juylM3n8MfftS FIEq3f4cs3GsVVqlfVe7eaOvcFktCdu/xi9eLRLMBwSAPoChrCICwnNzy15zvgt7 svJPsPSGPK8ue0FNq/2VJ80ky4XcGzHcwIBXzDVWnpR7NHXZgJuuB4TNvNnBIgEG FTc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=heq+bt snoMLt8B01ASVfUEEa6UPVVEgxg78f22nGNII=; b=sA+uwZ+25zfaMikuEu2n4V CNXKJiCRTPFplOYLas5ogMa3GJEbZQh8YExuYVtFpdNioyAKk3OVZLYULE5ubxTT 1wJysOiykP2o5ae4hMQ/0HuMkSZ1REFvgxBQowKhR1QNcqKIpcCYaSm77BzjBq3d IriV/z2NiTgDP1NMSVAErSjuZ9tXSzPFjLrh+kM0xFdNfc4bJRQbXLWQwB9Jfp05 HRNvzV2EHGfXrfBXHOxfDgyhcVmz9UMhCWcE/V3PFiGJbkiidOmiEheS3JcapJk5 5bIMboXGJeOI5QCz0mvtFLMGD4lzIUL6NOA+kqe1M3fXxY1+fjP/gAI2ZqXfKmzg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrieejgdegtdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehgtderre dttddvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhlrghr ihdrnhgrmhgvqeenucggtffrrghtthgvrhhnpedukeevgeetkeeltefgiedtjefgjeekff duteehvdfhueekudelieekjeefheffteenucfkphepjeefrddugedurdduvdejrddugeei necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvoh esfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id EA9DF30600DC; Thu, 30 Jul 2020 20:56:55 -0400 (EDT) Date: Thu, 30 Jul 2020 20:56:53 -0400 From: Leo Famulari To: Michael Rohleder Subject: Re: [bug#42610] [PATCH] gnu: hashcat: Update to 6.1.1. Message-ID: <20200731005653.GA24402@jasmine.lan> References: <87ft99g0od.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <87ft99g0od.fsf@rohleder.de> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42610-done Cc: 42610-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 30, 2020 at 05:08:02AM +0200, Michael Rohleder wrote: > From 3252ac264affd868f55b3813d23a311bfa533fcf Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Thu, 30 Jul 2020 05:04:29 +0200 > Subject: [PATCH] gnu: hashcat: Update to 6.1.1. >=20 > * gnu/packages/password-utils.scm (hashcat): Update to 6.1.1. Thanks! Pushed as 4af67aa2ce41507ed03bb759a904a4a077ef4fbd --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAl8jbFUACgkQJkb6MLrK fwguvw//Ry+3kIF8l/yAdJKs8hnC/QiTF7BMA9C0PRE6e6rFrXBxi23xfQJpM3Nl xWeDs4E/u97r3ti1+sFSK8AlC3oyrWXpcQUcU0PxJiIMonS48tPqc2ZoQruStO5v FZs0SDG95lEMyg8IngLZemTyBZWE2eOTrQcNQ8gN2odwYmr3vPn8KcMaKShi3elQ bud5kjAd/KwiMHNfJl1txNVVn+kbPw27AmWSyRxKKUmT3TVnOQEycpYvlSDkpu6U tiF6H81Rht0c5y6A8G6IxGtbAEJ+KSaGP1D9x6jY+syqKRzc3eZbDZ79QEPvB1YG AQp5tH15nsBXdATl0D0Fcqn7tY0vTmUuNRW/PwuEEcQL0HwOd3SL2V2mM9dLumIX 8xz3bXapWXtwKwWPKNr15fsnr+lKgKAkI8GvLLTLFhcuJDVqJ5fDTOH8Z/HS3RVN u+Ye5eEGwb3SXfn0dREcjAEmPfTaOKbuQDlSa+6m0MFnB+m4ZNhm6Z1PkMS5YumP HCH9SDM4mY4kpOhyCI/5CvFSr/87FOV11AJrlPn1vth21fyfM4TmFLk82PO6G+i1 ECDHp+o6/nwvMGfhwDekeh/wbyKlQ6elbBWlBqR73UrBLJpqP3hUtM7e81M4ovql ueXiP7FNtIq0QaZcw0eeJQJCkg7QNNajdhitzZmWp4TXsWLDXls= =1KiW -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 31 11:48:10 2020 Received: (at 42610) by debbugs.gnu.org; 31 Jul 2020 15:48:10 +0000 Received: from localhost ([127.0.0.1]:38486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1XGU-0007nj-Kw for submit@debbugs.gnu.org; Fri, 31 Jul 2020 11:48:10 -0400 Received: from sender4-of-o56.zoho.com ([136.143.188.56]:21637) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1XGS-0007na-9C for 42610@debbugs.gnu.org; Fri, 31 Jul 2020 11:48:09 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1596210478; cv=none; d=zohomail.com; s=zohoarc; b=Mb7WGCKPmQGL2emy4dTR0r4u5zQBs8mZgNegwkjitmrT7kZu8tRWKjGca87ZQWTJuuDQ38FG1foTOgalKdANqlDFpDLV5VQAjsqxfGiOBOh6fNc5UOU/pz+c0RBcacDLOjb92vTk4GayYoU8pNkAheGuTrHjbUcJIYl0GN1MfYI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1596210478; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To; bh=NyNfOrzin+AGv9OrCe/eyW9mxPBAiumjxpHYCDu3SSg=; b=Oa4+SDsZW9t5aKqPss9gRMAuAizmg74YVyeUSbzvgzHM3aYLmkNY2NXaFFKNbkKy8+F0mVOKMWP9XP1cP/lm9mS68VbDigoTv9lYZ5rQjXUWvs6RSi9AbGotRR4c0stfbIR4Dz0JSOzpdrF5eskyg/oQgXSwdP5tOJTg1HBNtzQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=issues.guix.gnu.org@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1596210478; s=zoho; d=elephly.net; i=issues.guix.gnu.org@elephly.net; h=MIME-Version:Content-Type:From:To:Date:Message-ID:Subject; bh=NyNfOrzin+AGv9OrCe/eyW9mxPBAiumjxpHYCDu3SSg=; b=HtCVPwFrBtfz4gucCbZVFgDbglPlyMtgDL22Tsfg6awjahLXTJDXuT5w9NJfW4dV dBT9q1343HVIbyN44EssEn26yV511i+hnJ1PVznelyMvEgxgC858cUq/BoWBnZcGtu/ vdmo7U0sH/yH+rNMS9nrijWB9ppGSFQJBWk4J4Wk= Received: from localhost (tor-exit-6.zbau.f3netze.de [185.220.100.245]) by mx.zohomail.com with SMTPS id 1596210473639338.8467263645301; Fri, 31 Jul 2020 08:47:53 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 From: talent via web To: 42610@debbugs.gnu.org Date: Fri, 31 Jul 2020 17:47:47 +0200 Message-ID: <7fc08d8dd570.1b42150e1d14f34c@guile.gnu.org> Subject: [PATCH] gnu: hashcat: Update to 6.1.1. X-ZohoMailClient: External X-Spam-Score: 3.0 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: can someone please explain how to update to the version 6.1.1 i tired many things and sill have the v 5.1.0 :( Content analysis details: (3.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [136.143.188.56 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [136.143.188.56 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 3.0 AC_FROM_MANY_DOTS Multiple periods in From user name X-Debbugs-Envelope-To: 42610 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) can someone please explain how to update to the version 6.1.1 i tired many things and sill have the v 5.1.0 :( From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 31 12:13:21 2020 Received: (at 42610) by debbugs.gnu.org; 31 Jul 2020 16:13:21 +0000 Received: from localhost ([127.0.0.1]:38505 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1Xer-0008OB-9p for submit@debbugs.gnu.org; Fri, 31 Jul 2020 12:13:21 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:35824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1Xeo-0008O1-W5 for 42610@debbugs.gnu.org; Fri, 31 Jul 2020 12:13:20 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1k1Xem-00032I-Pw; Fri, 31 Jul 2020 18:13:16 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k1Xel-0004JN-Hs for 42610@debbugs.gnu.org; Fri, 31 Jul 2020 18:13:16 +0200 From: Michael Rohleder To: 42610@debbugs.gnu.org Subject: Re: [bug#42610] [PATCH] gnu: hashcat: Update to 6.1.1. References: <87ft99g0od.fsf@rohleder.de> <7fc08d8dd570.1b42150e1d14f34c@guile.gnu.org> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Fri, 31 Jul 2020 18:13:09 +0200 In-Reply-To: <7fc08d8dd570.1b42150e1d14f34c@guile.gnu.org> (talent via web's message of "Fri, 31 Jul 2020 17:47:47 +0200") Message-ID: <87mu3fd5nu.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596211999;3d64c51e; X-HE-SMSGID: 1k1Xem-00032I-Pw X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42610 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable talent via web writes: > can someone please explain how to update to the version 6.1.1 > i tired many things and sill have the v 5.1.0 :( guix pull; guix package -i hashcat should do the trick. =2D-=20 vi has two modes - one in which it beeps and one in which it doesn't [A.Cox] --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8kQxYACgkQfHr/vv7y yyWl0AgAiJQn0GTCLo0FoE+xn1g825J7s0invPiHKuaokTwQSK7cOet8wVb9vX6C nfWTzrgi4mBlKpT1CWOvzQS/uWtmrLauDGcREqYYrVqU0DTk4tMX+JbsTpMXmiR3 TLk7gKFMhvhmQMuSZ0i4R2Yrkq+7136mKybNKW3ZO1bkFdby1Gic8c2OM1ORj3e5 Fb0VgjJMSz5crEZV3AHjEvh0Az2uaPSyeFXkLdnX5aw6jDwJZ9gD4nvduDZKebn6 Jp5Jyun40BN5T6NRMBTCcBsil1tbn22h4ntpnbqD7ILT5W2ptN1z9N3jFNhzxA9n wtpMAOFoE1xJgIRUEyJYhlErfwkAJw== =Qsho -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:18:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 29 Aug 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator