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

python313Packages.xiaomi-ble: 0.33.0 -> 0.35.0 (#394699)

parents c34415fb 252be5e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "xiaomi-ble";
  version = "0.33.0";
  version = "0.35.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "xiaomi-ble";
    tag = "v${version}";
    hash = "sha256-7/4Ea8IiRPxhgMiazSylYZAmznqIula2yCEUAyIHBBg=";
    hash = "sha256-+mXn5R9zRjTPKqzB0vFHSO2+Jx+61K7/Ksp+jmMUDo4=";
  };

  build-system = [ poetry-core ];