python312Packages.posthog: 3.4.1 -> 3.4.2

This commit is contained in:
R. Ryantm
2024-02-20 20:36:43 +00:00
parent e4af98e127
commit 1e07f1cebd
@@ -14,7 +14,7 @@
}:
let
pname = "posthog";
version = "3.4.1";
version = "3.4.2";
in
buildPythonPackage {
inherit pname version;
@@ -24,7 +24,7 @@ buildPythonPackage {
owner = "PostHog";
repo = "posthog-python";
rev = "refs/tags/v${version}";
hash = "sha256-vqq8yCfIDaCWcWwpr8ogdDpmZY4lPcDwoNV33W664pc=";
hash = "sha256-PhZBpcMwU7fjmE0g+l83zHm+95N60Sbd9pNNc4Roa2A=";
};
propagatedBuildInputs = [