···29293030 postPatch = ''
3131 # No API changes.
3232- substituteInPlace pyproject.toml --replace 'python-frontmatter = "^0.5.0"' 'python-frontmatter = "^1.0.0"'
3232+ substituteInPlace pyproject.toml \
3333+ --replace 'python-frontmatter = "^0.5.0"' 'python-frontmatter = "^1.0.0"' \
3434+ --replace 'genanki = "^0.10.1"' 'genanki = "^0.11.0"' \
3535+ --replace 'typer = "^0.3.2"' 'typer = "^0.4.0"'
3336 '';
34373538 # No tests available on Pypi and there is only a failing version assertion test in the repo.