python3Packages.pymitsubishi: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2026-04-09 08:39:17 +00:00
parent 5a670b6912
commit 4888cf8a16
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pymitsubishi";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pymitsubishi";
repo = "pymitsubishi";
tag = "v${version}";
hash = "sha256-Y+peVtaPWuvgM+2x7bIuwCicscv6xkZHzqpFSyiJQWQ=";
hash = "sha256-aF/EV09b+UYDL7PMK2cFTpq7DsY+xmjWycSs8jKt8GQ=";
};
postPatch = ''