python3Packages.posthog: 7.6.0 -> 7.8.0

This commit is contained in:
R. Ryantm
2026-01-31 04:31:46 +00:00
parent 743e01625d
commit 9aa66aaff3
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "posthog";
version = "7.6.0";
version = "7.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${finalAttrs.version}";
hash = "sha256-eMfFiNqILLom1Q4uCY76LOJijqnzD07KgD69GCxexGY=";
hash = "sha256-7ZM+vmI/9I1eaexVffl76BO5ctxKN51xoaOmP6lFYCU=";
};
build-system = [ setuptools ];