python-packages: prompt_toolkit 0.26 -> 0.37
This commit is contained in:
parent
184682d4d3
commit
3f4bdb8ee0
|
@ -8726,11 +8726,11 @@ let
|
|||
|
||||
prompt_toolkit = buildPythonPackage rec {
|
||||
name = "prompt_toolkit-${version}";
|
||||
version = "0.26";
|
||||
version = "0.37";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/prompt_toolkit/${name}.tar.gz";
|
||||
sha256 = "1rd9gy3bcwp08agw5hiqckhaxbsz1i1kgkhjqw6vwhjdfgdjiq9l";
|
||||
sha256 = "0nb87j4dgv16wf998ga8ia4fwd3p9wizrx3m7h0rwqcpn2x0l3v8";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ jedi ipython pygments ];
|
||||
|
|
Loading…
Reference in New Issue