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 {
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 ];