pythonPackages: normalise prompt_toolkit

This commit is contained in:
Sandro Jäckel
2021-07-23 16:36:39 +02:00
parent 8dfc51d9c3
commit 183c7ebcae
33 changed files with 55 additions and 54 deletions
@@ -7,7 +7,7 @@
, mypy
, pygments
, pytestCheckHook
, prompt_toolkit
, prompt-toolkit
, tkinter
, watchdog
}:
@@ -23,7 +23,7 @@ buildPythonApplication rec {
sha256 = "1pz13vza3yy95dbylnq89fzc3mwgcqr7ds096wy25k6vxd9dp9c3";
};
propagatedBuildInputs = [ cpyparsing pygments prompt_toolkit ipykernel mypy watchdog ];
propagatedBuildInputs = [ cpyparsing pygments prompt-toolkit ipykernel mypy watchdog ];
patches = [
(fetchpatch {