circus: 0.15.0 -> 0.16.1

This commit is contained in:
R. RyanTM 2020-03-31 02:28:35 +00:00
parent d04396da8b
commit 296d1f813d

View File

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