python313Packages.androidtvremote2: 0.2.3 -> 0.3.0

Diff: https://github.com/tronikos/androidtvremote2/compare/v0.2.3...v0.3.0

Changelog: https://github.com/tronikos/androidtvremote2/releases/tag/v0.3.0
This commit is contained in:
Fabian Affolter
2025-11-05 20:42:21 +01:00
parent fb36537358
commit 284e003e2c
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "androidtvremote2";
version = "0.2.3";
version = "0.3.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "tronikos";
repo = "androidtvremote2";
tag = "v${version}";
hash = "sha256-oNZE7Fo60u6c3Gmk4Gi1Ni3HGPDMx7Uh+uerZmxiMCM=";
hash = "sha256-kpp4wLAMF5lAkQKdhFvFlu0n+TdmVbaNncv8tjUcqVs=";
};
build-system = [ setuptools ];