release: updated pip2nix output for 4.18.3

This commit is contained in:
Marcin Kuzminski 2020-03-24 10:48:29 +00:00
parent a910cbd0d7
commit 8ce705d05a
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

@ -1779,7 +1779,7 @@ self: super: {
};
};
"rhodecode-enterprise-ce" = super.buildPythonPackage {
name = "rhodecode-enterprise-ce-4.18.2";
name = "rhodecode-enterprise-ce-4.18.3";
buildInputs = [
self."pytest"
self."py"