Commit 5b02807a authored by R. RyanTM's avatar R. RyanTM
Browse files

lexy: 0.5.3 -> 0.6.0

parent 77ce3bdd
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 = [