python-packages: prompt_toolkit 0.37 -> 0.38
This commit is contained in:
parent
cf8ea81fe4
commit
8c4bf0f931
1 changed files with 2 additions and 2 deletions
|
@ -8722,11 +8722,11 @@ let
|
|||
|
||||
prompt_toolkit = buildPythonPackage rec {
|
||||
name = "prompt_toolkit-${version}";
|
||||
version = "0.37";
|
||||
version = "0.38";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/prompt_toolkit/${name}.tar.gz";
|
||||
sha256 = "0nb87j4dgv16wf998ga8ia4fwd3p9wizrx3m7h0rwqcpn2x0l3v8";
|
||||
sha256 = "0rjy5n79h8sc6wpw6nwys52rin7i4qlfy51y7vws303mficjkvkc";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ jedi ipython pygments ];
|
||||
|
|
Loading…
Reference in a new issue