python3Packages.nibe: 2.17.0 -> 2.18.0

This commit is contained in:
R. Ryantm
2025-09-10 04:23:23 +00:00
parent d581d019cf
commit 17b3d90e3b
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "nibe";
version = "2.17.0";
version = "2.18.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "yozik04";
repo = "nibe";
tag = version;
hash = "sha256-wq+Gtt2oW8koxOqu3z8G3XvHo6Ur+FhWPe+KslDG754=";
hash = "sha256-wHe+GcEY1QmLSApKBAeK3MGE+nZsuXHFFE4td6kBXDc=";
};
pythonRelaxDeps = [ "async-modbus" ];