release: updated pip2nix output for 4.6.0

This commit is contained in:
Marcin Kuzminski 2017-02-05 18:12:47 +01:00
parent a35a6b4cd4
commit 209e691571
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,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.dev20161213";
name = "Pylons-1.0.2.dev20170205";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [Routes WebHelpers Beaker Paste PasteDeploy PasteScript FormEncode simplejson decorator nose Mako WebError WebTest Tempita MarkupSafe WebOb];