python312Packages.habluetooth: 2.8.1 -> 3.1.1

https://github.com/Bluetooth-Devices/habluetooth/blob/v3.1.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-06-07 13:35:09 +02:00
parent c6fcba645e
commit cb046ed0a5
@@ -18,16 +18,16 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "2.8.1";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "habluetooth";
rev = "refs/tags/v${version}";
hash = "sha256-2QiV32gDaoIBLUv/a3YzosFl6+E/nm0WoSUcTx9ph8s=";
hash = "sha256-HlQAYR+feu1awKFf11Q5Us4zSeHASu8OscJ8T8tlm5M=";
};
postPatch = ''