python3Packages.pymitsubishi: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2026-06-07 21:48:21 +00:00
parent 4e3de3f102
commit 453c3caeba
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pymitsubishi";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pymitsubishi";
repo = "pymitsubishi";
tag = "v${version}";
hash = "sha256-aF/EV09b+UYDL7PMK2cFTpq7DsY+xmjWycSs8jKt8GQ=";
hash = "sha256-e2BbeJQH1SSge/SoU5ylF1/wHz2BBcBRqlpvX8WFJhs=";
};
postPatch = ''