Commit 1fc9cb77 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.bluemaestro-ble: 0.4.1 -> 1.0.0

parent 077cb3aa
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 ];