Merge pull request #83828 from r-ryantm/auto-update/circus

circus: 0.15.0 -> 0.16.1
This commit is contained in:
Mario Rodas 2020-03-31 07:34:01 -05:00 committed by GitHub
commit c30ec8725c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@ in
buildPythonApplication rec {
pname = "circus";
version = "0.15.0";
version = "0.16.1";
src = fetchPypi {
inherit pname version;
sha256 = "d1603cf4c4f620ce6593d3d2a67fad25bf0242183ea24110d8bb1c8079c55d1b";
sha256 = "0paccmqwgard2l0z7swcc3nwc418l9b4mfaddb4s31bpnqg02z6x";
};
postPatch = ''