Merge pull request #206683 from fabaff/bthome-ble-bump

python310Packages.bluetooth-adapters: 0.12.0 -> 0.14.1
This commit is contained in:
Fabian Affolter 2022-12-18 12:41:22 +01:00 committed by GitHub
commit 108dfb5c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.12.0";
version = "0.14.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-meBCjWKAIN6sNrBp/Riptu9igvVwIPf0G2x+Z3Kqkts=";
hash = "sha256-QqwEnz3b5+r7bUSrZkzTwFn8fYczNuUi49hpa1LRsrw=";
};
postPatch = ''