python3Packages.posthog: 6.0.2 -> 6.1.0 (#425719)

This commit is contained in:
Yt 2025-07-16 07:22:48 -04:00 committed by GitHub
commit 94fe8e013c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "posthog";
version = "6.0.2";
version = "6.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${version}";
hash = "sha256-6ZSQFcwuHDgCv301D/7/3QjF9+ZaxXPItvoA+6x0O4U=";
hash = "sha256-u4qCQYCpMfM/JCyyKOfTTN7vwh3EvlGnxuslUy/d9Bs=";
};
build-system = [ setuptools ];