Loading pkgs/development/python-modules/oralb-ble/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -11,21 +11,18 @@ pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "oralb-ble"; version = "1.0.0"; version = "1.0.2"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "oralb-ble"; tag = "v${version}"; hash = "sha256-2uXfsWt8MW/neeh2HR59u0jOVXwjt4IM2DGR+vuvi2c="; hash = "sha256-NKNglslwEltThQ3fto++WNYRyjWVt9UmsFmps651dpM="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/oralb-ble/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -11,21 +11,18 @@ pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "oralb-ble"; version = "1.0.0"; version = "1.0.2"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "oralb-ble"; tag = "v${version}"; hash = "sha256-2uXfsWt8MW/neeh2HR59u0jOVXwjt4IM2DGR+vuvi2c="; hash = "sha256-NKNglslwEltThQ3fto++WNYRyjWVt9UmsFmps651dpM="; }; build-system = [ poetry-core ]; Loading