python3Packages.mitsubishi-comfort: 0.4.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2026-07-24 17:13:27 +00:00
parent acb4abd4e7
commit 298470e6ef

View File

@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "mitsubishi-comfort";
version = "0.4.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "nikolairahimi";
repo = "mitsubishi-comfort";
tag = "v${finalAttrs.version}";
hash = "sha256-/JP9I5QZYRgQelsJzRyawsCO3xNc/lQu4m5j8CNDX5A=";
hash = "sha256-UzQxUeIqoBTTp2xaNHI1XWh29sLuZ5WESRIEUwV46x8=";
};
build-system = [ setuptools ];