python3Packages.posthog: 7.9.4 -> 7.9.8

This commit is contained in:
R. Ryantm
2026-03-09 17:30:52 +00:00
parent 42101f0de3
commit 7f05f46bcd
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "posthog";
version = "7.9.4";
version = "7.9.8";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${finalAttrs.version}";
hash = "sha256-E6cO6v79Sk0ItR3Je+pw+V4i4gJyRzeQnxIFgRIK1Xs=";
hash = "sha256-iVtAQHhl48cR+Rh3voNBDzpalvqL11R9H4uYmw+0Zgc=";
};
build-system = [ setuptools ];