Unverified Commit 6a0f4a85 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.posthog: 7.6.0 -> 7.8.0 (#485557)

parents 5d302ecc 9aa66aaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage (finalAttrs: {
  pname = "posthog";
  version = "7.6.0";
  version = "7.8.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PostHog";
    repo = "posthog-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-eMfFiNqILLom1Q4uCY76LOJijqnzD07KgD69GCxexGY=";
    hash = "sha256-7ZM+vmI/9I1eaexVffl76BO5ctxKN51xoaOmP6lFYCU=";
  };

  build-system = [ setuptools ];