Loading pkgs/development/python-modules/airthings-ble/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -9,27 +9,30 @@ poetry-core, pytest-cov-stub, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "airthings-ble"; version = "1.1.1"; version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "vincegio"; repo = "airthings-ble"; tag = version; hash = "sha256-fZvmgRQuSrgraj6e3BtsoKyFX38BedqVh6cHsliT9ns="; hash = "sha256-y6vpkq3u5JKImwxevMupUVVAclUcsyrqxoIOYRK0YGQ="; }; build-system = [ poetry-core ]; dependencies = [ async-interrupt bleak bleak-retry-connector cbor2 ] ++ lib.optionals (pythonOlder "3.14") [ bleak ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/airthings-ble/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -9,27 +9,30 @@ poetry-core, pytest-cov-stub, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "airthings-ble"; version = "1.1.1"; version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "vincegio"; repo = "airthings-ble"; tag = version; hash = "sha256-fZvmgRQuSrgraj6e3BtsoKyFX38BedqVh6cHsliT9ns="; hash = "sha256-y6vpkq3u5JKImwxevMupUVVAclUcsyrqxoIOYRK0YGQ="; }; build-system = [ poetry-core ]; dependencies = [ async-interrupt bleak bleak-retry-connector cbor2 ] ++ lib.optionals (pythonOlder "3.14") [ bleak ]; nativeCheckInputs = [ Loading