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

authored by

Sandro and committed by
GitHub
ac71cede 30775294

+4 -2
+4 -2
pkgs/development/python-modules/ledgerblue/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "ledgerblue"; 8 - version = "0.1.37"; 8 + version = "0.1.38"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "f34945c9bd4b9846ed9e48ecc239d3e9aec64c3a45411092d133260246169854"; 12 + sha256 = "df1fffc4f586eaa95b8cf910176d28997e65a3ecd43d9c0af34e46078b6b6ee3"; 13 13 }; 14 14 15 15 propagatedBuildInputs = [ ··· 18 18 19 19 # No tests 20 20 doCheck = false; 21 + 22 + pythonImportsCheck = [ "ledgerblue" ]; 21 23 22 24 meta = with lib; { 23 25 description = "Python library to communicate with Ledger Blue/Nano S";