python: prompt_toolkit: 2.0.8 -> 2.0.9

This commit is contained in:
Frederik Rietdijk 2019-02-23 15:36:01 +01:00
parent a473b68709
commit ae19b699d5

View file

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