python3Packages.yalexs-ble: 3.2.0 -> 3.2.1 (#465077)

This commit is contained in:
Fabian Affolter
2025-11-26 10:05:46 +00:00
committed by GitHub
@@ -12,21 +12,18 @@
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "yalexs-ble";
version = "3.2.0";
version = "3.2.1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "bdraco";
repo = "yalexs-ble";
tag = "v${version}";
hash = "sha256-bmzRvfOwAb2dr2bBfBE/4SuPB15qBpLelmxI15jhgrQ=";
hash = "sha256-50gI1vcA3GPm5yqLxKa6tV0bv5xUMfNFvdabJ2KY99I=";
};
build-system = [ poetry-core ];