python3Packages.yalexs-ble: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm
2025-11-25 22:33:53 +00:00
parent 8ab9a0d981
commit 95238b20f7
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "yalexs-ble";
version = "3.2.0";
version = "3.2.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs-ble";
tag = "v${version}";
hash = "sha256-bmzRvfOwAb2dr2bBfBE/4SuPB15qBpLelmxI15jhgrQ=";
hash = "sha256-50gI1vcA3GPm5yqLxKa6tV0bv5xUMfNFvdabJ2KY99I=";
};
build-system = [ poetry-core ];