release: updated pip2nix output for 4.15.2

This commit is contained in:
Marcin Kuzminski 2019-01-21 12:22:07 +01:00
parent caeaf924a1
commit 2af2d51f50
2 changed files with 5 additions and 1 deletions

View file

@ -5,14 +5,18 @@ done = false
done = true
[task:rc_tools_pinned]
done = true
[task:fixes_on_stable]
done = true
[task:pip2nix_generated]
[task:changelog_updated]
done = true
[task:generate_api_docs]
done = true
[release]
state = in_progress

View file

@ -1657,7 +1657,7 @@ self: super: {
};
};
"rhodecode-enterprise-ce" = super.buildPythonPackage {
name = "rhodecode-enterprise-ce-4.15.1";
name = "rhodecode-enterprise-ce-4.15.2";
buildInputs = [
self."pytest"
self."py"