20 buildPythonPackage rec {
25 disabled = pythonOlder "3.9";
27 src = fetchFromGitHub {
30 rev = "refs/tags/${version}";
31 hash = "sha256-j8P/lhBjlsmnOc4Cv/a2Hdf2EPO8CEpT4IOQHtiBgQA=";
38 propagatedBuildInputs = [
46 passthru.optional-dependencies = {
62 pythonImportsCheck = [
67 description = "Library for the communication with Nibe heatpumps";
68 homepage = "https://github.com/yozik04/nibe";
69 changelog = "https://github.com/yozik04/nibe/releases/tag/${version}";
70 license = with licenses; [ gpl3Plus ];
71 maintainers = with maintainers; [ fab ];