From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDbKD-0003jZ-3w for guix-patches@gnu.org; Mon, 08 Apr 2019 16:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDbKB-0007WB-3s for guix-patches@gnu.org; Mon, 08 Apr 2019 16:57:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36697) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDbKA-0007UQ-Dx for guix-patches@gnu.org; Mon, 08 Apr 2019 16:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hDbKA-0007wI-7X for guix-patches@gnu.org; Mon, 08 Apr 2019 16:57:02 -0400 Subject: [bug#35200] gnu: python-trezor-agent: Update to 0.13.1. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:46649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDbJ4-0003Zq-Ex for guix-patches@gnu.org; Mon, 08 Apr 2019 16:55:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDbJ2-0006d6-AV for guix-patches@gnu.org; Mon, 08 Apr 2019 16:55:54 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:37322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDbIy-0006aX-R2 for guix-patches@gnu.org; Mon, 08 Apr 2019 16:55:50 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 6A0FA1AA27 for ; Mon, 8 Apr 2019 13:55:47 -0700 (PDT) From: Vagrant Cascadian Date: Mon, 08 Apr 2019 13:55:42 -0700 Message-ID: <87k1g49pyp.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: 35200@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/finance (python-trezor-agent): Update to 0.13.1. =2D-- gnu/packages/finance.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 4d35872fe4..c79db83cfa 100644 =2D-- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -627,7 +627,7 @@ Monero GUI client.") (define-public python-trezor-agent (package (name "python-trezor-agent") =2D (version "0.13.0") + (version "0.13.1") (source (origin (method git-fetch) @@ -636,7 +636,7 @@ Monero GUI client.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 =2D (base32 "0i4igkxi8fwdlbhg6nx27lhnc9v9nmrw4j5fvpnc202n6yjlc7x7"))= )) + (base32 "0q99vbfd3h85s8rnjipnmldixabqmmlk5w9karv6f0rhyi54f4zv")))) (build-system python-build-system) (arguments `(#:phases =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXKu1TwAKCRDcUY/If5cW qrejAP9nphmtXqFrHvhwut4JNsuBX838XM365C1xcCFZhiFr1gEA1ABvB/f83N2h F7ulAD1fKQVjO800Mq7/MqBcXxSbHgQ= =95kk -----END PGP SIGNATURE----- --=-=-=--