lol

markdown-anki-decks: jailbreak more dependencies

+4 -1
+4 -1
pkgs/tools/misc/markdown-anki-decks/default.nix
··· 29 29 30 30 postPatch = '' 31 31 # No API changes. 32 - substituteInPlace pyproject.toml --replace 'python-frontmatter = "^0.5.0"' 'python-frontmatter = "^1.0.0"' 32 + substituteInPlace pyproject.toml \ 33 + --replace 'python-frontmatter = "^0.5.0"' 'python-frontmatter = "^1.0.0"' \ 34 + --replace 'genanki = "^0.10.1"' 'genanki = "^0.11.0"' \ 35 + --replace 'typer = "^0.3.2"' 'typer = "^0.4.0"' 33 36 ''; 34 37 35 38 # No tests available on Pypi and there is only a failing version assertion test in the repo.