python3Packages.yalexs: 9.2.2 -> 9.2.7

Diff: https://github.com/bdraco/yalexs/compare/v9.2.2...v9.2.7

Changelog: https://github.com/bdraco/yalexs/blob/v9.2.7/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-06-02 19:40:14 +02:00
parent 9829e23e8a
commit b00cd2ee97
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "yalexs";
version = "9.2.2";
version = "9.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "yalexs";
tag = "v${version}";
hash = "sha256-YI/wGI5EVnLXBFEDHGzgRJQYb79uc5wgMdkbNRYgi2E=";
hash = "sha256-HZN3ot5z/JbWZaWLffyTWLneD1gG3tTdYLKevXYnJnw=";
};
build-system = [ poetry-core ];