Unverified Commit 4be99959 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.habluetooth: 3.24.1 -> 3.25.0 (#387556)

parents e8fff3c3 0e881f80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "habluetooth";
  version = "3.24.1";
  version = "3.25.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "habluetooth";
    tag = "v${version}";
    hash = "sha256-/aLldKbww60XRmTtGd7zTt1KCk7OZsHzJ74vhM215Vk=";
    hash = "sha256-+3AcxRkTU61MuUGL+dc6ETn3poDatHGr6hWN9b+cVc8=";
  };

  build-system = [