Commit 32c0b869 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent dbf4ff8f
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.12.0";
  version = "0.13.0";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-meBCjWKAIN6sNrBp/Riptu9igvVwIPf0G2x+Z3Kqkts=";
    hash = "sha256-NNbX7fKs1Lr/DAU5DpOa3yoIQ6Ki+niAB2CFK7+o47Y=";
  };

  postPatch = ''