pythonPackages.prompt_toolkit: 1.0.3 -> 1.0.9

This commit is contained in:
Tobias Geerinckx-Rice 2016-11-12 18:11:56 +01:00
parent cad9212813
commit 4fd9a60874
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -18963,10 +18963,10 @@ in {
prompt_toolkit = buildPythonPackage rec {
name = "prompt_toolkit-${version}";
version = "1.0.3";
version = "1.0.9";
src = pkgs.fetchurl {
sha256 = "18lbmmkyjf509klc3217lq0x863pfzix779zx5kp9lms1iph4pl0";
sha256 = "172r15k9kwdw2lnajvpz1632dd16nqz1kcal1p0lq5ywdarj6rfd";
url = "mirror://pypi/p/prompt_toolkit/${name}.tar.gz";
};
checkPhase = ''