From b66a344b4158617fee331a01917722c92b783ace Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:13:35 +0200 Subject: [PATCH] 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. --- pkgs/development/python-modules/circus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/circus/default.nix b/pkgs/development/python-modules/circus/default.nix index 392a056df64f..0ebb7946ef9d 100644 --- a/pkgs/development/python-modules/circus/default.nix +++ b/pkgs/development/python-modules/circus/default.nix @@ -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 ];