python3Packages.ptpython: 3.0.7 -> 3.0.16
This commit is contained in:
parent
e85d0c8d88
commit
a3a2f113af
|
@ -3,12 +3,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ptpython";
|
||||
version = "3.0.7";
|
||||
version = "3.0.16";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "34814eb410f854c823be4c4a34124e1dc8ca696da1c1fa611f9da606c5a8a609";
|
||||
sha256 = "4b0f6e381a8251ec8d6aa94fe12f3400bf6edf789f89c8a6099f8a91d4a5d2e1";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ appdirs prompt_toolkit docopt jedi pygments ]
|
||||
|
|
Loading…
Reference in New Issue