python3Packages.aiowinreg: prompt_toolkit -> prompt-toolkit

This commit is contained in:
Jonathan Ringer 2021-07-27 11:44:48 -07:00 committed by Jonathan Ringer
parent db6a26db02
commit 1965bbf76a

View file

@ -3,7 +3,7 @@
, fetchPypi
, pythonOlder
, winacl
, prompt_toolkit
, prompt-toolkit
}:
buildPythonPackage rec {
@ -18,7 +18,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
prompt_toolkit
prompt-toolkit
winacl
];