python3Packages.circus: 0.18.0 -> 0.19.0

https://github.com/circus-tent/circus/releases/tag/0.19.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:10 +02:00
parent ad668d3162
commit b66a344b41
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "circus";
version = "0.18.0";
version = "0.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GTzoIk4GjO1mckz0gxBvtmdLUaV1g6waDn7Xp+6Mcas=";
hash = "sha256-++alApmYrBI5sX6904JRrIsiYn0w5OxvaMsQIzkRsPQ=";
};
build-system = [ flit-core ];