release: updated pip2nix output for 4.10.0

This commit is contained in:
Marcin Kuzminski 2017-11-06 12:54:05 +01:00
parent 436b4da762
commit dceeaa04cc
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -185,7 +185,7 @@
};
};
Pylons = super.buildPythonPackage {
name = "Pylons-1.0.2.dev20170630";
name = "Pylons-1.0.2.dev20171106";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [Routes WebHelpers Beaker Paste PasteDeploy PasteScript FormEncode simplejson decorator nose Mako WebError WebTest Tempita MarkupSafe WebOb];