python3Packages.mitsubishi-comfort: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2026-06-19 10:43:10 +00:00
parent 2a80e0caeb
commit 5dc8dabd69
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "mitsubishi-comfort";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "nikolairahimi";
repo = "mitsubishi-comfort";
tag = "v${finalAttrs.version}";
hash = "sha256-PyNWGCxO04+/4BCN22qvKoHB1Molp5jLFNHIxRFavNY=";
hash = "sha256-fdP2E6ICxuaOUlNJxAa7k0WICWmxKtRFfB2eKRdanG8=";
};
build-system = [ setuptools ];