Merge pull request #304865 from r-ryantm/auto-update/broadlink-cli

broadlink-cli: 0.18.3 -> 0.19.0
This commit is contained in:
Nick Cao 2024-04-22 15:03:15 -04:00 committed by GitHub
commit c7ed18535d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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