Commit 42622dd0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 5752805d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "habluetooth";
  version = "5.6.4";
  version = "5.7.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "habluetooth";
    tag = "v${version}";
    hash = "sha256-j3g0MLVfA8r02EM3rT5GuNE70TdYtdT+5XzqWqi/JM0=";
    hash = "sha256-1/KbehOIQdclPskp2HtJ3fut4DqkKw/+FdqwmVvfZmU=";
  };

  build-system = [