python3Packages.posthog: 7.8.0 -> 7.8.3

This commit is contained in:
R. Ryantm
2026-02-07 03:24:31 +00:00
parent df1c5949df
commit b466beafbc
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "posthog";
version = "7.8.0";
version = "7.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${finalAttrs.version}";
hash = "sha256-7ZM+vmI/9I1eaexVffl76BO5ctxKN51xoaOmP6lFYCU=";
hash = "sha256-JDt4lLocX+i1WAuY1SUqzmGX5Mt0CcktAsyuGSsTs6Y=";
};
build-system = [ setuptools ];