python3Packages.posthog: 7.9.8 -> 7.9.12 (#500737)

This commit is contained in:
Nick Cao
2026-03-17 20:27:54 +00:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "posthog";
version = "7.9.8";
version = "7.9.12";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${finalAttrs.version}";
hash = "sha256-iVtAQHhl48cR+Rh3voNBDzpalvqL11R9H4uYmw+0Zgc=";
hash = "sha256-RW6klOCYJMyuiPniMfQDNwYAP0Qkjy9m0ztljoPmC0w=";
};
build-system = [ setuptools ];