python312Packages.androidtv: 0.0.74 -> 0.0.75

Diff: https://github.com/JeffLIrion/python-androidtv/compare/refs/tags/v0.0.74...v0.0.75
This commit is contained in:
K900
2024-11-10 12:04:07 +03:00
parent 757189b3e6
commit 3912015f1d
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "androidtv";
version = "0.0.74";
version = "0.0.75";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "JeffLIrion";
repo = "python-androidtv";
rev = "refs/tags/v${version}";
hash = "sha256-aURHor+7E0Z4DyN/s1/BMBJo/FmvAlRsKs9Q0Thelyc=";
hash = "sha256-2WFfGGEZkM3fWyTo5P6H3ha04Qyx2OiYetlGWv0jXac=";
};
build-system = [ setuptools ];