python3Packages.habluetooth: 5.3.0 -> 5.6.4

Diff: https://github.com/Bluetooth-Devices/habluetooth/compare/v5.3.0...v5.6.4

Changelog: https://github.com/Bluetooth-Devices/habluetooth/blob/v5.6.4/CHANGELOG.md

Changed files
+2 -7
pkgs
development
python-modules
habluetooth
+2 -7
pkgs/development/python-modules/habluetooth/default.nix
···
buildPythonPackage rec {
pname = "habluetooth";
-
version = "5.3.0";
+
version = "5.6.4";
pyproject = true;
disabled = pythonOlder "3.11";
···
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