python312Packages.aiowebostv: 0.7.3 -> 0.7.4 (#423055)

This commit is contained in:
Fabian Affolter 2025-07-07 08:04:10 +02:00 committed by GitHub
commit f1b1e22925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aiowebostv";
version = "0.7.3";
version = "0.7.4";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "aiowebostv";
tag = "v${version}";
hash = "sha256-ssoWWLGP+0WGGtvOB0Pr1LMzAOh3qK1PHA99D16azeI=";
hash = "sha256-VBdHI6aGfhcgDdwspToHp3iNFQRT0Z+Fseq0eNdUwTo=";
};
build-system = [ setuptools ];