python311Packages.ledgerblue: 0.1.53 -> 0.1.54

This commit is contained in:
R. Ryantm 2024-05-27 11:31:55 +00:00
parent 757873b346
commit 446a45ab4f

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "ledgerblue";
version = "0.1.53";
version = "0.1.54";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-j5FCQnp+MNrJ8zgYeLRuWF+Gdq0FwJeBYyJALb+H8So=";
hash = "sha256-Hn99ST6RnER6XI6+rqA3O9/aC+whYoTOzeoHGF/fFz4=";
};
build-system = [