From 20be5a5718fd9b771f47d7e2ad0001e4eea24bfb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 23 Jul 2023 09:25:21 +0200 Subject: [PATCH] python311Packages.androidtvremote2: 0.0.11 -> 0.0.12 Diff: https://github.com/tronikos/androidtvremote2/compare/refs/tags/v0.0.11...v0.0.12 Changelog: https://github.com/tronikos/androidtvremote2/releases/tag/v0.0.12 --- pkgs/development/python-modules/androidtvremote2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/androidtvremote2/default.nix b/pkgs/development/python-modules/androidtvremote2/default.nix index a876cf5e1813..04ef1cfa0197 100644 --- a/pkgs/development/python-modules/androidtvremote2/default.nix +++ b/pkgs/development/python-modules/androidtvremote2/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "androidtvremote2"; - version = "0.0.11"; + version = "0.0.12"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "tronikos"; repo = "androidtvremote2"; rev = "refs/tags/v${version}"; - hash = "sha256-mjhohkAC6g2UJgPbq/29Awyy6c4M8SnLqr5v5g7+IeE="; + hash = "sha256-A/1zNBrYo9oPAVexq/W2G9mqBeTsUvF5/T2db6g9AGk="; }; nativeBuildInputs = [