python3Packages.posthog: 6.3.1 -> 6.3.3 (#430339)

This commit is contained in:
Yt
2025-08-02 08:27:22 -04:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "posthog";
version = "6.3.1";
version = "6.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${version}";
hash = "sha256-kUIgZJdX+IdMEkIK0DoKYOiv9GSaI+RhOeg9+zK4yvc=";
hash = "sha256-401cw0V8FEEpiYISUdXrGBGmVkfIJd4+3fCrCwfS9cE=";
};
build-system = [ setuptools ];