This commit is contained in:
Tobias Geerinckx-Rice 2016-06-16 20:57:28 +02:00
parent ee412a775b
commit 87b18083c0
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

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