python311Packages.notifications-android-tv: 1.0.0 -> 1.2.2

This commit is contained in:
R. Ryantm
2024-06-25 20:32:36 +00:00
parent 194ab008e6
commit 9ec28fffe9
@@ -12,15 +12,15 @@
buildPythonPackage rec {
pname = "notifications-android-tv";
version = "1.0.0";
version = "1.2.2";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "engrbm87";
repo = "notifications_android_tv";
rev = version;
hash = "sha256-Xr+d2uYzgFp/Fb00ymov02+GYnwjGc3FbJ/rIvQXzCE=";
rev = "refs/tags/${version}";
hash = "sha256-JUvxxVCiQtywAWU5AYnPm4SueIWIXkzLxPYveVXpc2E=";
};
nativeBuildInputs = [ poetry-core ];