python313Packages.androidtvremote2: 0.2.1 -> 0.2.2 (#410637)

This commit is contained in:
Fabian Affolter
2025-05-25 00:58:35 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "androidtvremote2";
version = "0.2.1";
version = "0.2.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "tronikos";
repo = "androidtvremote2";
tag = "v${version}";
hash = "sha256-b1nzfLHUNXqR4aiNYCLopBpyAGvgumtUW4gNSDVn5kU=";
hash = "sha256-KlOvtJ7TyX+SUuO5TF/2gkHh059dMKmPOzc6H+MDfbg=";
};
build-system = [ setuptools ];