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

+2 -2
+2 -2
pkgs/development/python-modules/nibe/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "nibe"; 22 - version = "2.18.0"; 22 + version = "2.19.0"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.9"; ··· 28 28 owner = "yozik04"; 29 29 repo = "nibe"; 30 30 tag = version; 31 - hash = "sha256-wHe+GcEY1QmLSApKBAeK3MGE+nZsuXHFFE4td6kBXDc="; 31 + hash = "sha256-1Awf/7AUSsLo9O2GrVvdlHm5Fcj2CQ7TdKY152bogfQ="; 32 32 }; 33 33 34 34 pythonRelaxDeps = [ "async-modbus" ];