Loading pkgs/development/python-modules/tilt-ble/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ poetry-core, pytest-cov-stub, pytestCheckHook, pythonOlder, sensor-state-data, }: Loading @@ -16,8 +15,6 @@ buildPythonPackage rec { version = "1.0.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "tilt-ble"; Loading @@ -43,7 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for Tilt BLE devices"; homepage = "https://github.com/Bluetooth-Devices/tilt-ble"; changelog = "https://github.com/Bluetooth-Devices/tilt-ble/releases/tag/v${version}"; changelog = "https://github.com/Bluetooth-Devices/tilt-ble/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/tilt-ble/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ poetry-core, pytest-cov-stub, pytestCheckHook, pythonOlder, sensor-state-data, }: Loading @@ -16,8 +15,6 @@ buildPythonPackage rec { version = "1.0.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "tilt-ble"; Loading @@ -43,7 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for Tilt BLE devices"; homepage = "https://github.com/Bluetooth-Devices/tilt-ble"; changelog = "https://github.com/Bluetooth-Devices/tilt-ble/releases/tag/v${version}"; changelog = "https://github.com/Bluetooth-Devices/tilt-ble/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading