python3Packages.infrared-protocols: 5.8.1 -> 6.3.1

https://github.com/home-assistant-libs/infrared-protocols/releases/tag/6.3.1
This commit is contained in:
Martin Weinelt 2026-07-04 20:13:51 +02:00
commit f1aa936fdc
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "infrared-protocols";
version = "5.8.1";
version = "6.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "infrared-protocols";
tag = finalAttrs.version;
hash = "sha256-CSVnH+U/dqp5vjA4eWEJEFT0LZgaAG3OC1rcgyKIcJE=";
hash = "sha256-6kyb0a0cCwVSS4evDGg0Z7wLGhDUHnLeXUJ9PW+fhHk=";
};
build-system = [ setuptools ];