Robert Schütz
2025-09-13 20:49:58 -07:00
parent 9547b1433e
commit 9392080089
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "5.3.0";
version = "5.6.4";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -30,14 +30,9 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
tag = "v${version}";
hash = "sha256-9T6GvNHHxOpoPkN1Blyd/ErqYFei5UcaKQbd5gog6qM=";
hash = "sha256-j3g0MLVfA8r02EM3rT5GuNE70TdYtdT+5XzqWqi/JM0=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'Cython>=3,<3.1' 'Cython'
'';
build-system = [
cython
poetry-core