python3Packages.mitogen: 0.3.48 -> 0.3.49 (#527941)

This commit is contained in:
Fabian Affolter
2026-06-04 12:51:05 +00:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "mitogen";
version = "0.3.48";
version = "0.3.49";
pyproject = true;
src = fetchFromGitHub {
owner = "mitogen-hq";
repo = "mitogen";
tag = "v${finalAttrs.version}";
hash = "sha256-RptIeE2XvVOzeYaRGiggesfZGJ+flkcFSDz1l23JxdE=";
hash = "sha256-gOb4W9EO5YRNoTJlsTTNybJF9FvDDTNdYFrGjyFbXzY=";
};
build-system = [ setuptools ];