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

python313Packages.inkbird-ble: 0.9.0 -> 0.10.1 (#396238)

parents 23e00055 d07b06e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "inkbird-ble";
  version = "0.9.0";
  version = "0.10.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "inkbird-ble";
    tag = "v${version}";
    hash = "sha256-WggKjgoYhlzDAnmhpNwjZwOUkqRKMNCwuFuoJJ6irog=";
    hash = "sha256-i6Vr8dl0svMew7uJrWp11EkVFU01uAHkGvUUr1ecfRw=";
  };

  build-system = [ poetry-core ];