python3Packages.posthog: 6.5.0 -> 6.6.0 (#435032)

This commit is contained in:
Yt
2025-08-19 18:14:17 -04:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "posthog";
version = "6.5.0";
version = "6.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${version}";
hash = "sha256-Y215wLsPOa6lzpZ5KTYwrPkjPbBrEerLbhsHWaxFZ7E=";
hash = "sha256-/rcE8XqYiyHvDzaolGX9D0Z6aPuXen71/resZdjyxzk=";
};
build-system = [ setuptools ];