python3Packages.prompt_toolkit: 3.0.4 -> 3.0.5

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:54 +02:00
parent 06164d7144
commit 57ad2f6341
1 changed files with 2 additions and 2 deletions

View File

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