python313Packages.nibe: 2.18.0 -> 2.19.0

Diff: https://github.com/yozik04/nibe/compare/2.18.0...2.19.0

Changelog: https://github.com/yozik04/nibe/releases/tag/2.19.0
This commit is contained in:
Fabian Affolter
2025-09-26 23:59:08 +02:00
parent c5c808adf7
commit 9fdf51eccf
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "nibe";
version = "2.18.0";
version = "2.19.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "yozik04";
repo = "nibe";
tag = version;
hash = "sha256-wHe+GcEY1QmLSApKBAeK3MGE+nZsuXHFFE4td6kBXDc=";
hash = "sha256-1Awf/7AUSsLo9O2GrVvdlHm5Fcj2CQ7TdKY152bogfQ=";
};
pythonRelaxDeps = [ "async-modbus" ];