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

authored by Wolfgang Walther and committed by GitHub 2fe391f1 397cebe3

+2 -2
+2 -2
pkgs/development/python-modules/ledgerwallet/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "ledgerwallet"; 22 - version = "0.5.0"; 22 + version = "0.5.3"; 23 23 format = "pyproject"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "LedgerHQ"; 27 27 repo = "ledgerctl"; 28 28 rev = "v${version}"; 29 - hash = "sha256-PBULYvyO3+YaW+a1/enJtKB/DR4ndL/o/WdpETbWyZ0="; 29 + hash = "sha256-roDfj+igDBS+sTJL4hwYNg5vZzaq+F8QvDA9NucnrMA="; 30 30 }; 31 31 32 32 buildInputs = [