From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:56784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxtT-0007F1-Gu for guix-patches@gnu.org; Thu, 07 Feb 2019 23:36:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxtS-0001af-NU for guix-patches@gnu.org; Thu, 07 Feb 2019 23:36:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39520) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grxtS-0001ab-Kx for guix-patches@gnu.org; Thu, 07 Feb 2019 23:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1grxtS-0007JV-HQ for guix-patches@gnu.org; Thu, 07 Feb 2019 23:36:02 -0500 Subject: [bug#34384] [PATCH] gnu: python-keepkey: Update to 6.0.2. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:56725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxtC-0007CW-8n for guix-patches@gnu.org; Thu, 07 Feb 2019 23:35:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxsx-0001GX-Io for guix-patches@gnu.org; Thu, 07 Feb 2019 23:35:41 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:51750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxsw-0001E0-9e for guix-patches@gnu.org; Thu, 07 Feb 2019 23:35:30 -0500 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 D34221AAC0 for ; Thu, 7 Feb 2019 20:35:25 -0800 (PST) From: Vagrant Cascadian Date: Thu, 07 Feb 2019 20:35:20 -0800 Message-ID: <87ftsy7v93.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: 34384@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/finance.scm (python-keepkey): Update to 6.0.2. [propagated-inputs]: Add python-libusb1 =2D-- gnu/packages/finance.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 5ca81f3d91..e36d27f27f 100644 =2D-- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -723,14 +723,14 @@ TREZOR Hardware Wallet.") (define-public python-keepkey (package (name "python-keepkey") =2D (version "4.0.2") + (version "6.0.2") (source (origin (method url-fetch) (uri (pypi-uri "keepkey" version)) (sha256 (base32 =2D "0f4iqqjlqmamw4mhyhik4qlb5bnfd10wbjw9yzgir105wh5fdpnd")))) + "16j8hnxj9r4b2w6kfncmny09pb1al8ppmn59qxzl3qmh1xhpy45g")))) (build-system python-build-system) (arguments `(#:phases @@ -743,6 +743,7 @@ TREZOR Hardware Wallet.") (propagated-inputs `(("python-ecdsa" ,python-ecdsa) ("python-hidapi" ,python-hidapi) + ("python-libusb1" ,python-libusb1) ("python-mnemonic" ,python-mnemonic) ("python-protobuf" ,python-protobuf))) (home-page "https://github.com/keepkey/python-keepkey") =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXF0HCQAKCRDcUY/If5cW ql35AP4rxleUtakQMGyRYlRwlu8gY5Sdk3qoylGN0zrPfga7mwEAlBcyYa6uqtLv PbSsEmGKleqy2PoBM9PHdqfCZ+vRpQM= =6z1K -----END PGP SIGNATURE----- --=-=-=--