mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
python3Packages.prompt_toolkit: 2.0.10 -> 3.0.4
This commit is contained in:
parent
1495eb3bab
commit
d2377446f4
@ -8,11 +8,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "prompt_toolkit";
|
||||
version = "2.0.10";
|
||||
version = "3.0.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1nr990i4b04rnlw1ghd0xmgvvvhih698mb6lb6jylr76cs7zcnpi";
|
||||
sha256 = "10wpsbl1mmnvm8q63zs40633kbq93bidx4vz1p2q92w8ijqb3rpb";
|
||||
};
|
||||
checkPhase = ''
|
||||
py.test -k 'not test_pathcompleter_can_expanduser'
|
||||
|
Loading…
Reference in New Issue
Block a user