python312Packages.posthog: 3.25.0 -> 4.0.1

This commit is contained in:
R. Ryantm
2025-05-02 07:37:37 +00:00
parent 97e6d418ed
commit bc9db2af2e
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "posthog";
version = "3.25.0";
version = "4.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${version}";
hash = "sha256-DETcD6VJseQelGhSYKqXpIxsQxB3/5RY2wWB9pxhI68=";
hash = "sha256-JEoltzbpbHOehdqaKkGJbrcjaOXC7wDQh++S/klsW9o=";
};
build-system = [ setuptools ];