python313Packages.nibe: 2.16.0 -> 2.17.0 (#391762)

This commit is contained in:
Fabian Affolter
2025-03-21 12:35:14 +01:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "nibe";
version = "2.16.0";
version = "2.17.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "yozik04";
repo = "nibe";
tag = version;
hash = "sha256-iY7HjHxuQGrkiVPxUhELdij8u6g5IZxp/6Jydo7SOfQ=";
hash = "sha256-wq+Gtt2oW8koxOqu3z8G3XvHo6Ur+FhWPe+KslDG754=";
};
pythonRelaxDeps = [ "async-modbus" ];