Unverified Commit d11a004d authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

lexy: 0.5.3 -> 0.6.0 (#506040)

parents 306d3438 5b02807a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [