Unverified Commit 219272b3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.led-ble: 1.1.6 -> 1.1.7 (#397371)

parents 46c4ed2a 8e95d518
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "led-ble";
  version = "1.1.6";
  version = "1.1.7";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "led-ble";
    tag = "v${version}";
    hash = "sha256-U3yVKsyj0QCgotg/7hXp5jVElaBRG++2HwK6H4psTno=";
    hash = "sha256-6vQPsZvBvoLlxzgfnvjnUdkN24tpBZHr62AFcy3s4gE=";
  };

  build-system = [ poetry-core ];