python312Packages.posthog: 3.7.0 -> 3.7.4

This commit is contained in:
R. Ryantm
2024-12-06 17:35:03 +00:00
parent e574201552
commit 2ea653e568
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "posthog";
version = "3.7.0";
version = "3.7.4";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
rev = "refs/tags/v${version}";
hash = "sha256-1evqG/rdHBs0bAHM+bIHyT4tFE6tAE+aJyu5r0QqAMk=";
hash = "sha256-43ySHV2Idssd5YonzhyIpet98vinpQ4O2AKUiAlYahY=";
};
build-system = [ setuptools ];