python312Packages.aiowebostv: 0.6.2 -> 0.7.3
Diff: https://github.com/home-assistant-libs/aiowebostv/compare/refs/tags/v0.6.2...v0.7.3 Changelog: https://github.com/home-assistant-libs/aiowebostv/releases/tag/v0.7.0 https://github.com/home-assistant-libs/aiowebostv/releases/tag/v0.7.1 https://github.com/home-assistant-libs/aiowebostv/releases/tag/v0.7.2 https://github.com/home-assistant-libs/aiowebostv/releases/tag/v0.7.3
This commit is contained in:
committed by
Martin Weinelt
parent
35fadddcd4
commit
cec4cda45a
@@ -9,16 +9,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiowebostv";
|
||||
version = "0.6.2";
|
||||
version = "0.7.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "home-assistant-libs";
|
||||
repo = "aiowebostv";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-H5ZhG69F5w1fZBepxqWGo29XnK3Tn6dgota64k2GJbw=";
|
||||
hash = "sha256-ssoWWLGP+0WGGtvOB0Pr1LMzAOh3qK1PHA99D16azeI=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -33,8 +33,8 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Module to interact with LG webOS based TV devices";
|
||||
homepage = "https://github.com/home-assistant-libs/aiowebostv";
|
||||
changelog = "https://github.com/home-assistant-libs/aiowebostv/releases/tag/v${version}";
|
||||
license = with licenses; [ asl20 ];
|
||||
changelog = "https://github.com/home-assistant-libs/aiowebostv/releases/tag/${src.tag}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user