python313Packages.habluetooth: 3.9.0 -> 3.21.1

https://github.com/Bluetooth-Devices/habluetooth/blob/v3.21.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-02-06 18:55:12 +01:00
parent 870b2288fb
commit 368b4ab7a5
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "3.9.0";
version = "3.21.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
tag = "v${version}";
hash = "sha256-JDmdbqgCcgYuPNDNBlqN/kZLRhm3+C0hf9ZC+OoEbTU=";
hash = "sha256-r7pDQ0CoLXpiIMPi0SA/gHByKhFzkEhGCiS52bvhT4c=";
};
build-system = [