mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
python: prompt_toolkit: 3.0.5 -> 3.0.6
This commit is contained in:
parent
c45eab5a54
commit
9d21ec1470
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "prompt_toolkit";
|
pname = "prompt_toolkit";
|
||||||
version = "3.0.5";
|
version = "3.0.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "563d1a4140b63ff9dd587bda9557cffb2fe73650205ab6f4383092fb882e7dc8";
|
sha256 = "7630ab85a23302839a0f26b31cc24f518e6155dea1ed395ea61b42c45941b6a6";
|
||||||
};
|
};
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test -k 'not test_pathcompleter_can_expanduser'
|
py.test -k 'not test_pathcompleter_can_expanduser'
|
||||||
|
Loading…
Reference in New Issue
Block a user