python3Packages.posthog: 4.0.1 -> 4.2.0

This commit is contained in:
R. Ryantm
2025-05-28 09:47:52 +00:00
parent aeb017b583
commit eaec012255

View File

@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "posthog";
version = "4.0.1";
version = "4.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${version}";
hash = "sha256-JEoltzbpbHOehdqaKkGJbrcjaOXC7wDQh++S/klsW9o=";
hash = "sha256-RpD4+NuClYmmXCn9eBa2oxMW3TwvVZcTkgaV+mNOkYU=";
};
build-system = [ setuptools ];