Merge pull request #284495 from r-ryantm/auto-update/python311Packages.posthog

python311Packages.posthog: 3.3.2 -> 3.3.3
This commit is contained in:
Yt 2024-01-28 19:38:51 +00:00 committed by GitHub
commit 812825b9de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
}:
let
pname = "posthog";
version = "3.3.2";
version = "3.3.3";
in
buildPythonPackage {
inherit pname version;
@ -24,7 +24,7 @@ buildPythonPackage {
owner = "PostHog";
repo = "posthog-python";
rev = "refs/tags/v${version}";
hash = "sha256-7Bs0KDa799qt8sKwmj6oO0L/nWzczI+UXGWNXGv7B7s=";
hash = "sha256-60SnWjxgTZrN6H/LQg2Oj9Es6YluAyladLHqrNL2dQY=";
};
propagatedBuildInputs = [