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

python3Packages.bluemaestro-ble: 0.4.1 -> 1.0.0 (#441612)

parents cde9e5ee 1fc9cb77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "bluemaestro-ble";
  version = "0.4.1";
  version = "1.0.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "bluemaestro-ble";
    tag = "v${version}";
    hash = "sha256-44HUcp8CKQMcaIMKsi3AXdCJlIUGvRrVd2JxGeh1498=";
    hash = "sha256-H7VAidnClMA/Qmc4ahzrmSaqkWj50zMjfakRD0wX8xM=";
  };

  build-system = [ poetry-core ];