Download raw body.
Patch: sysutils/py-mitogen v0.3.22 update
> --- Makefile 21 Dec 2024 11:38:53 -0000 1.7
> +++ Makefile 23 Mar 2025 16:46:50 -0000
> @@ -1,13 +1,13 @@
> COMMENT= write distributed self-replicating programs in Python
>
> +MODPY_DISTV= 0.3.22
> +
> GH_ACCOUNT= mitogen-hq
> GH_PROJECT= mitogen
> -GH_COMMIT= a47b9f3631ba3c37bf0410c6a4960c3eec152454
> +GH_TAGNAME= v${MODPY_DISTV}
The github download was just to get an unreleased version, I've switched
it to pypi.
Patch: sysutils/py-mitogen v0.3.22 update