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

python3Packages.posthog: 7.9.8 -> 7.9.12

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

buildPythonPackage (finalAttrs: {
  pname = "posthog";
  version = "7.9.8";
  version = "7.9.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PostHog";
    repo = "posthog-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-iVtAQHhl48cR+Rh3voNBDzpalvqL11R9H4uYmw+0Zgc=";
    hash = "sha256-RW6klOCYJMyuiPniMfQDNwYAP0Qkjy9m0ztljoPmC0w=";
  };

  build-system = [ setuptools ];