python3Packages.posthog: 6.0.2 -> 6.1.0

This commit is contained in:
R. Ryantm 2025-07-16 07:49:36 +00:00
parent 9100a4f6bf
commit 26066e3f3f

View File

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