1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

Merge pull request #112706 from r-ryantm/auto-update/python3.7-btchip-python

python37Packages.btchip: 0.1.31 -> 0.1.32
This commit is contained in:
Martin Weinelt 2021-02-11 04:10:00 +01:00 committed by GitHub
commit caffc13ce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "btchip-python";
version = "0.1.31";
version = "0.1.32";
src = fetchPypi {
inherit pname version;
sha256 = "4167f3c6ea832dd189d447d0d7a8c2a968027671ae6f43c680192f2b72c39b2c";
sha256 = "34f5e0c161c08f65dc0d070ba2ff4c315ed21c4b7e0faa32a46862d0dc1b8f55";
};
propagatedBuildInputs = [ hidapi pyscard ecdsa ];
@ -14,6 +14,8 @@ buildPythonPackage rec {
# tests requires hardware
doCheck = false;
pythonImportsCheck = [ "btchip.btchip" ];
meta = with lib; {
description = "Python communication library for Ledger Hardware Wallet products";
homepage = "https://github.com/LedgerHQ/btchip-python";