release: updated pip2nix output for 4.5.0

This commit is contained in:
Marcin Kuzminski 2016-12-01 10:18:16 +00:00
parent 047c8cbe23
commit eba8d8cba3
2 changed files with 5 additions and 4 deletions

View file

@ -14,6 +14,7 @@ done = true
done = true
[task:updated_translation]
done = true
[release]
state = in_progress

View file

@ -1,4 +1,4 @@
# Generated by pip2nix 0.4.0.dev1
# Generated by pip2nix 0.4.0
# See https://github.com/johbo/pip2nix
{
@ -1381,13 +1381,13 @@
};
};
python-editor = super.buildPythonPackage {
name = "python-editor-1.0.1";
name = "python-editor-1.0.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/2b/c0/df7b87d5cf016f82eab3b05cd35f53287c1178ad8c42bfb6fa61b89b22f6/python-editor-1.0.1.tar.gz";
md5 = "e1fa63535b40e022fa4fd646fd8b511a";
url = "https://pypi.python.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz";
md5 = "0aca5f2ef176ce68e98a5b7e31372835";
};
meta = {
license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];