python3Packages.infrared-protocols: 2.1.0 -> 5.8.1

https://github.com/home-assistant-libs/infrared-protocols/releases/tag/5.8.1
This commit is contained in:
Martin Weinelt
2026-06-04 16:31:25 +02:00
parent 3686bef05b
commit 6dc2306221
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "infrared-protocols";
version = "2.1.0";
version = "5.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "infrared-protocols";
tag = finalAttrs.version;
hash = "sha256-TAeqDCuLSuzAOq2bsHTMYjQ1AyKDRQSAq8cC8oSfY1E=";
hash = "sha256-CSVnH+U/dqp5vjA4eWEJEFT0LZgaAG3OC1rcgyKIcJE=";
};
build-system = [ setuptools ];