lexy: 0.5.3 -> 0.6.0

This commit is contained in:
R. Ryantm
2026-04-02 15:14:49 +00:00
parent 77ce3bdd55
commit 5b02807af2
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "lexy";
version = "0.5.3";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "antoniorodr";
repo = "lexy";
tag = "v${finalAttrs.version}";
hash = "sha256-mw8ZldWmo0p/58dVpkTiKnmEKFcPco/axYD3jD2Wbto=";
hash = "sha256-1Q7ntShhzE9OUrifIV9GjCp6BvUv1OmtH7SRLGYUhYU=";
};
build-system = [