From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epbm4-0007Lm-7l for guix-patches@gnu.org; Sat, 24 Feb 2018 10:30:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epblz-0000YN-BU for guix-patches@gnu.org; Sat, 24 Feb 2018 10:30:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epblz-0000Y8-7k for guix-patches@gnu.org; Sat, 24 Feb 2018 10:30:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1epblz-000545-0w for guix-patches@gnu.org; Sat, 24 Feb 2018 10:30:03 -0500 Subject: bug#30593: [PATCH] gnu: password-store: Fix compatibility with GnuPG 2.2.5. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20180224115139.15198-1-clement@lassieur.org> <87woz28ldf.fsf@fastmail.com> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <87woz28ldf.fsf@fastmail.com> Date: Sat, 24 Feb 2018 16:28:57 +0100 Message-ID: <87o9ke4dae.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 30593-done@debbugs.gnu.org Marius Bakke writes: > Clément Lassieur writes: > >> * gnu/packages/patches/password-store-gnupg-compat.patch: New file. >> * gnu/local.mk (dist_patch_DATA): Add it. >> * gnu/packages/password-utils.scm (password-store)[source]: Use it. > > LGTM, thanks! Pushed, thank you for reviewing!