···23python3Packages.buildPythonApplication rec {
4 pname = "broadlink-cli";
5- version = "0.18.3";
67 # the tools are available as part of the source distribution from GH but
8 # not pypi, so we have to fetch them here.
···10 owner = "mjg59";
11 repo = "python-broadlink";
12 rev = "refs/tags/${version}";
13- sha256 = "sha256-8bSlMA5Nb3hqpVMeHlgb8AkKt5JrfEiyKjobxRBdmNM=";
14 };
1516 format = "other";
···23python3Packages.buildPythonApplication rec {
4 pname = "broadlink-cli";
5+ version = "0.19.0";
67 # the tools are available as part of the source distribution from GH but
8 # not pypi, so we have to fetch them here.
···10 owner = "mjg59";
11 repo = "python-broadlink";
12 rev = "refs/tags/${version}";
13+ sha256 = "sha256-fqhi4K8Ceh8Rs0ExteCfAuVfEamFjMCjCFm6DRAJDmI=";
14 };
1516 format = "other";