python312Packages.yalexs: 6.4.1 -> 6.4.2

Diff: https://github.com/bdraco/yalexs/compare/refs/tags/v6.4.1...v6.4.2

Changelog: https://github.com/bdraco/yalexs/releases/tag/v6.4.2
This commit is contained in:
Fabian Affolter 2024-07-08 16:02:05 +02:00 committed by Martin Weinelt
parent b18c942bd5
commit 998f89e774

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "6.4.1";
version = "6.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs";
rev = "refs/tags/v${version}";
hash = "sha256-lCRil1SeYXZeXT0SJielJg2Ma8voBXPgij+RK/oT1iU=";
hash = "sha256-0EvQj+aKzpnehvI5IS3DBaJOp4wYpAWwkkaOLgwtdJs=";
};
postPatch = ''