python3Packages.mitogen: 0.3.26 -> 0.3.27

This commit is contained in:
R. Ryantm
2025-08-22 17:09:39 +00:00
parent 4e49fa427e
commit dc8ccdc773
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "mitogen";
version = "0.3.26";
version = "0.3.27";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mitogen-hq";
repo = "mitogen";
tag = "v${version}";
hash = "sha256-FP8BRiim6be4h+UYIyXR3fSw/bpLcSP6vUdnRruNVLU=";
hash = "sha256-vW3OgVFu9xw45g9Idurb2feguH8AhY7qcWbF9nXjLLw=";
};
build-system = [ setuptools ];