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

This commit is contained in:
Fabian Affolter 2024-11-22 13:14:35 +01:00 committed by GitHub
commit 7b64d9a304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.20.0";
version = "0.20.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
rev = "refs/tags/v${version}";
hash = "sha256-dQjoaBK+WMHQss/7nQRRCE8Jv4S0iq6awa/t3SMGUiE=";
hash = "sha256-JeYqzwlR0zY0BGC6iFCTu9EDlYnu+wdpGeje2xKwcVI=";
};
postPatch = ''