python3Packages.mitogen: 0.3.32 -> 0.3.33 (#464233)

This commit is contained in:
Fabian Affolter
2025-11-23 11:49:44 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "mitogen";
version = "0.3.32";
version = "0.3.33";
pyproject = true;
src = fetchFromGitHub {
owner = "mitogen-hq";
repo = "mitogen";
tag = "v${version}";
hash = "sha256-FYhYo8hnpmXh3U75uOFmiFrKtLpRHwksvxEsCXoLeOc=";
hash = "sha256-c3POiFLvCUMyYBh9tVCMLR+NkY8/ZLNVYNvitvh0v50=";
};
build-system = [ setuptools ];