python3Packages.prompt_toolkit: 2.0.10 -> 3.0.4

This commit is contained in:
Imran Hossain 2020-03-25 22:45:33 -04:00 committed by Frederik Rietdijk
parent 1495eb3bab
commit d2377446f4

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "prompt_toolkit";
version = "2.0.10";
version = "3.0.4";
src = fetchPypi {
inherit pname version;
sha256 = "1nr990i4b04rnlw1ghd0xmgvvvhih698mb6lb6jylr76cs7zcnpi";
sha256 = "10wpsbl1mmnvm8q63zs40633kbq93bidx4vz1p2q92w8ijqb3rpb";
};
checkPhase = ''
py.test -k 'not test_pathcompleter_can_expanduser'