python3Packages.mitogen: 0.3.42 -> 0.3.43

This commit is contained in:
R. Ryantm
2026-03-04 15:18:27 +00:00
parent 529a66c238
commit bf651a6a60
@@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "mitogen";
version = "0.3.42";
version = "0.3.43";
pyproject = true;
src = fetchFromGitHub {
owner = "mitogen-hq";
repo = "mitogen";
tag = "v${finalAttrs.version}";
hash = "sha256-gDcOzAy8e2/rLHET4wOidKOTMWFD3LDq+ubRrxm3+ao=";
hash = "sha256-x7ENU1uopE4sf/W52ILBfArhDc83ScePBolTN03dmYg=";
};
build-system = [ setuptools ];