python3Packages.posthog: 6.3.3 -> 6.5.0 (#432771)

This commit is contained in:
Yt
2025-08-11 18:41:44 -04:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "posthog";
version = "6.3.3";
version = "6.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${version}";
hash = "sha256-401cw0V8FEEpiYISUdXrGBGmVkfIJd4+3fCrCwfS9cE=";
hash = "sha256-Y215wLsPOa6lzpZ5KTYwrPkjPbBrEerLbhsHWaxFZ7E=";
};
build-system = [ setuptools ];