python3Packages.python-melcloud: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm
2026-04-13 18:55:53 +00:00
parent f190b34c65
commit efef582923
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-melcloud";
version = "0.1.2";
version = "0.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "python-melcloud";
tag = version;
hash = "sha256-ccc6mIYWZEBENbmkbAZ0cFXJFhFNBjXoU/VDe+ETgoQ=";
hash = "sha256-i0/Ra5V3W/TOW+wRZZfKXuGtJTJeHqs+tPuS6KBZasE=";
};
postPatch = ''