Merge pull request #137747 from r-ryantm/auto-update/python3.8-ledgerblue

This commit is contained in:
Sandro
2021-09-14 14:22:06 +02:00
committed by GitHub
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "ledgerblue";
version = "0.1.37";
version = "0.1.38";
src = fetchPypi {
inherit pname version;
sha256 = "f34945c9bd4b9846ed9e48ecc239d3e9aec64c3a45411092d133260246169854";
sha256 = "df1fffc4f586eaa95b8cf910176d28997e65a3ecd43d9c0af34e46078b6b6ee3";
};
propagatedBuildInputs = [
@@ -19,6 +19,8 @@ buildPythonPackage rec {
# No tests
doCheck = false;
pythonImportsCheck = [ "ledgerblue" ];
meta = with lib; {
description = "Python library to communicate with Ledger Blue/Nano S";
homepage = "https://github.com/LedgerHQ/blue-loader-python";