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

python311Packages.posthog: 3.3.3 -> 3.3.4
This commit is contained in:
Yt 2024-02-01 01:05:18 +00:00 committed by GitHub
commit c0154dd6f3
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.3";
version = "3.3.4";
in
buildPythonPackage {
inherit pname version;
@ -24,7 +24,7 @@ buildPythonPackage {
owner = "PostHog";
repo = "posthog-python";
rev = "refs/tags/v${version}";
hash = "sha256-60SnWjxgTZrN6H/LQg2Oj9Es6YluAyladLHqrNL2dQY=";
hash = "sha256-xw6mbcEuW3bt5XmJ7ADE34Pm7MEOqJM08NBde8yqeBg=";
};
propagatedBuildInputs = [