python: prompt_toolkit: 2.0.7 -> 2.0.8

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:25 +01:00
parent 313a74c358
commit 1267770fff

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "prompt_toolkit";
version = "2.0.7";
version = "2.0.8";
src = fetchPypi {
inherit pname version;
sha256 = "0fgacqk73w7s932vy46pan2yp8rvjmlkag20xvaydh9mhf6h85zx";
sha256 = "c6655a12e9b08edb8cf5aeab4815fd1e1bdea4ad73d3bbf269cf2e0c4eb75d5e";
};
checkPhase = ''
py.test -k 'not test_pathcompleter_can_expanduser'