release: updated pip2nix output for 4.13.1

This commit is contained in:
Marcin Kuzminski 2018-09-06 21:34:44 +02:00
parent 48e3da0b64
commit aa82d19048
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

@ -1632,7 +1632,7 @@ self: super: {
};
};
"rhodecode-enterprise-ce" = super.buildPythonPackage {
name = "rhodecode-enterprise-ce-4.13.0";
name = "rhodecode-enterprise-ce-4.13.1";
buildInputs = [
self."pytest"
self."py"