Commit 666a886f authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.posthog: 7.8.3 -> 7.9.3

parent fe96650c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage (finalAttrs: {
  pname = "posthog";
  version = "7.8.3";
  version = "7.9.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PostHog";
    repo = "posthog-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-JDt4lLocX+i1WAuY1SUqzmGX5Mt0CcktAsyuGSsTs6Y=";
    hash = "sha256-IOyXM167ppLFKRubJc1JsoCA+95fcME/BakbFY90jGs=";
  };

  build-system = [ setuptools ];