From d3e9031248ee8cba8cbdba7edccffddf41dd98bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 6 May 2026 09:44:11 -0700 Subject: [PATCH] python3Packages.infrared-protocols: 1.1.0 -> 2.1.0 Diff: https://github.com/home-assistant-libs/infrared-protocols/compare/1.1.0...2.1.0 Changelog: https://github.com/home-assistant-libs/infrared-protocols/releases/tag/2.1.0 --- .../development/python-modules/infrared-protocols/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/infrared-protocols/default.nix b/pkgs/development/python-modules/infrared-protocols/default.nix index a76c6f7bc8fe..bf08baba29ce 100644 --- a/pkgs/development/python-modules/infrared-protocols/default.nix +++ b/pkgs/development/python-modules/infrared-protocols/default.nix @@ -8,14 +8,14 @@ buildPythonPackage (finalAttrs: { pname = "infrared-protocols"; - version = "1.1.0"; + version = "2.1.0"; pyproject = true; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = "infrared-protocols"; tag = finalAttrs.version; - hash = "sha256-Sw9N8vdmdR13itUtx3Vcmc0DJN8IcIub+mzEWms/fpE="; + hash = "sha256-TAeqDCuLSuzAOq2bsHTMYjQ1AyKDRQSAq8cC8oSfY1E="; }; build-system = [ setuptools ];