pythonPackages.prompt_toolkit: 1.0.1 -> 1.0.2

Fixes:
- Don't select the first completion when ‘complete_while_typing’
  is False. (Restore the old behaviour.)
This commit is contained in:
Tobias Geerinckx-Rice 2016-06-18 14:15:05 +02:00
parent 6fd8e5719b
commit 175484d9db
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

@ -16881,10 +16881,10 @@ in modules // {
prompt_toolkit = buildPythonPackage rec {
name = "prompt_toolkit-${version}";
version = "1.0.1";
version = "1.0.2";
src = pkgs.fetchurl {
sha256 = "1r0l5gfxbrxvqgqhybz6vg4zhhzm51888q3xpbajs5l1k04kmmi9";
sha256 = "00cc0lr8hj3pgn2jy9z7b4hrrfj53axa8yfbyds86xqbsvw0w3jj";
url = "mirror://pypi/p/prompt_toolkit/${name}.tar.gz";
};
checkPhase = ''