python: prompt_toolkit: 2.0.8 -> 2.0.9
This commit is contained in:
parent
a473b68709
commit
ae19b699d5
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "prompt_toolkit";
|
pname = "prompt_toolkit";
|
||||||
version = "2.0.8";
|
version = "2.0.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "c6655a12e9b08edb8cf5aeab4815fd1e1bdea4ad73d3bbf269cf2e0c4eb75d5e";
|
sha256 = "2519ad1d8038fd5fc8e770362237ad0364d16a7650fb5724af6997ed5515e3c1";
|
||||||
};
|
};
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test -k 'not test_pathcompleter_can_expanduser'
|
py.test -k 'not test_pathcompleter_can_expanduser'
|
||||||
|
|
Loading…
Reference in a new issue