Unverified Commit 55af7efd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.automower-ble: 0.2.1 -> 0.2.7 (#430601)

parents 66e090fd 9c81a907
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "automower-ble";
  version = "0.2.1";
  version = "0.2.7";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "alistair23";
    repo = "AutoMower-BLE";
    tag = version;
    hash = "sha256-k0cVjpuhPFpPoPVFj0uoKVoFEQn4TNIuFLedJfawlaA=";
    hash = "sha256-oOwSbGzTGXWm3Vmsui4k1lPRnT8+aIs6sk1DK/aRxzs=";
  };

  build-system = [ setuptools ];