python3Packages.yalexs-ble: 3.2.7 -> 3.2.8

Diff: https://github.com/Yale-Libs/yalexs-ble/compare/v3.2.7...v3.2.8

Changelog: https://github.com/Yale-Libs/yalexs-ble/releases/tag/v3.2.8
This commit is contained in:
Robert Schütz
2026-03-16 08:21:49 -07:00
parent 5457ed6dd5
commit 94c37ca859
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "yalexs-ble";
version = "3.2.7";
version = "3.2.8";
pyproject = true;
src = fetchFromGitHub {
owner = "Yale-Libs";
repo = "yalexs-ble";
tag = "v${finalAttrs.version}";
hash = "sha256-8Y2ix5ikrWC9taCHJhg8Irt3PGOiH+OzqLRSVW/q8Gs=";
hash = "sha256-Aq0tZp5h3vDxxoPYefSCoTqJV8dZYvMbITd3icdIMf8=";
};
build-system = [ poetry-core ];