pythonPackages.prompt_toolkit: 1.0.2 -> 1.0.3

This commit is contained in:
Tobias Geerinckx-Rice 2016-06-22 20:50:30 +02:00
parent 9b8958bc78
commit 33c6da91c7
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

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