Commit a3996eca authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.posthog: 3.3.4 -> 3.4.0

parent 7f90b56e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
}:
let
  pname = "posthog";
  version = "3.3.4";
  version = "3.4.0";
in
buildPythonPackage {
  inherit pname version;
@@ -24,7 +24,7 @@ buildPythonPackage {
    owner = "PostHog";
    repo = "posthog-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-xw6mbcEuW3bt5XmJ7ADE34Pm7MEOqJM08NBde8yqeBg=";
    hash = "sha256-ziqUXQdmzKdrwbk7iYwCbNg+jiXiB9l3QaosY5VA3YA=";
  };

  propagatedBuildInputs = [