python3Packages.prompt_toolkit: 3.0.18 -> 3.0.19

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:30 +02:00
parent ee88f7164b
commit 59767fd4d4

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "prompt_toolkit";
version = "3.0.18";
version = "3.0.19";
src = fetchPypi {
inherit pname version;
sha256 = "e1b4f11b9336a28fa11810bc623c357420f69dfdb6d2dac41ca2c21a55c033bc";
sha256 = "08360ee3a3148bdb5163621709ee322ec34fc4375099afa4bbf751e9b7b7fa4f";
};
checkPhase = ''
py.test -k 'not test_pathcompleter_can_expanduser'