python312Packages.bluetooth-adapters: 0.20.0 -> 0.20.2 (#357827)

Changed files
+2 -2
pkgs
development
python-modules
bluetooth-adapters
+2 -2
pkgs/development/python-modules/bluetooth-adapters/default.nix
···
buildPythonPackage rec {
pname = "bluetooth-adapters";
-
version = "0.20.0";
+
version = "0.20.2";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
rev = "refs/tags/v${version}";
-
hash = "sha256-dQjoaBK+WMHQss/7nQRRCE8Jv4S0iq6awa/t3SMGUiE=";
+
hash = "sha256-JeYqzwlR0zY0BGC6iFCTu9EDlYnu+wdpGeje2xKwcVI=";
};
postPatch = ''