python3Packages.ledgerwallet: 0.5.0 -> 0.5.3 (#439163)

This commit is contained in:
Wolfgang Walther
2025-09-23 12:17:42 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "ledgerwallet";
version = "0.5.0";
version = "0.5.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "LedgerHQ";
repo = "ledgerctl";
rev = "v${version}";
hash = "sha256-PBULYvyO3+YaW+a1/enJtKB/DR4ndL/o/WdpETbWyZ0=";
hash = "sha256-roDfj+igDBS+sTJL4hwYNg5vZzaq+F8QvDA9NucnrMA=";
};
buildInputs = [