python313Packages.thermobeacon-ble: remove disabled

This commit is contained in:
Fabian Affolter
2025-10-14 23:00:19 +02:00
committed by GitHub
parent 5dff919f2f
commit c6e06c55e9
@@ -7,7 +7,6 @@
poetry-core,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
sensor-state-data,
}:
@@ -16,8 +15,6 @@ buildPythonPackage rec {
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = "thermobeacon-ble";