Skip to content

Commit

Permalink
python310Packages.bluetooth-adapters: 0.15.2 -> 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 20, 2023
1 parent af8b2c2 commit e5a1b49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.15.2";
version = "0.15.3";
format = "pyproject";

disabled = pythonOlder "3.9";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-vwcOMg10XRT6wNkQQF6qkbWSG2rsUXaDSEiIevii1eA=";
hash = "sha256-sh5wOx/4J1AEzR5zrd77v7Cbq6Mt9vOjCSREKHRN4aQ=";
};

postPatch = ''
Expand Down

0 comments on commit e5a1b49

Please sign in to comment.