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:
commit
caffc13ce4
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue