python3Packages.bluetooth-adapters: 0.3.6 -> 0.5.2

This commit is contained in:
Martin Weinelt 2022-09-29 01:49:46 +02:00
parent 88f1a6ff11
commit 60909130cf
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

@ -4,7 +4,8 @@
, fetchFromGitHub
, poetry-core
, async-timeout
, dbus-next
, bleak
, dbus-fast
, myst-parser
, pytestCheckHook
, sphinxHook
@ -13,7 +14,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.3.6";
version = "0.5.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +23,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-mekruNzoix61idaGv/BIgb1fwKcA/+UGOnjX85jQWDQ=";
hash = "sha256-SyEe/auJaagRl3wg7JjBkLAgHyAeCeesEXvWXE733M4=";
};
postPatch = ''
@ -44,7 +45,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
async-timeout
dbus-next
bleak
dbus-fast
];
pythonImportsCheck = [