python3Packages.androidtvremote2: 0.3.0 -> 0.3.1

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

Changelog: https://github.com/tronikos/androidtvremote2/releases/tag/v0.3.1
This commit is contained in:
Fabian Affolter
2026-03-20 21:26:56 +01:00
parent 96025f4b25
commit 226e9d918c
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "androidtvremote2";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tronikos";
repo = "androidtvremote2";
tag = "v${version}";
hash = "sha256-kpp4wLAMF5lAkQKdhFvFlu0n+TdmVbaNncv8tjUcqVs=";
hash = "sha256-W+L1yQ7FAoKIlYtlM7gfPv8Tco/9hCDDUQQ16xg+++s=";
};
build-system = [ setuptools ];