release: updated pip2nix output for 4.17.4

This commit is contained in:
Marcin Kuzminski 2019-10-28 13:37:07 +00:00
parent 7e8cfeb4f6
commit 1e1709fa71
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

@ -1718,7 +1718,7 @@ self: super: {
};
};
"rhodecode-enterprise-ce" = super.buildPythonPackage {
name = "rhodecode-enterprise-ce-4.17.3";
name = "rhodecode-enterprise-ce-4.17.4";
buildInputs = [
self."pytest"
self."py"