Commit bc573b32 authored by Fabian Affolter's avatar Fabian Affolter Committed by Martin Weinelt
Browse files
parent 38b6f1fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "bluetooth-adapters";
  version = "0.16.0";
  version = "0.16.1";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-gbnsTRiT/4YumyaJ1h4VRzDAf8/oSkD3yL9mdACvWWk=";
    hash = "sha256-GJhrL6J/L1+tqa7fN5xwE+8IFZZ9kff2g+04H5M7beY=";
  };

  postPatch = ''