Unverified Commit c6e06c55 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.thermobeacon-ble: remove disabled

parent 5dff919f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";