python3Packages.posthog: 6.5.0 -> 6.6.0

This commit is contained in:
R. Ryantm
2025-08-19 15:37:56 +00:00
parent c4e45b5638
commit bb80795bc3
@@ -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 ];