lexy: 0.6.0 -> 0.6.3 (#541931)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-15 08:22:59 +00:00
committed by GitHub

View File

@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "lexy";
version = "0.6.0";
version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "antoniorodr";
repo = "lexy";
tag = "v${finalAttrs.version}";
hash = "sha256-1Q7ntShhzE9OUrifIV9GjCp6BvUv1OmtH7SRLGYUhYU=";
hash = "sha256-OT+RaoIC+CxHHFdi3Hp405B/tWCTsPPrK8aDowKOUFc=";
};
build-system = [