Unverified Commit 78b1988a authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.posthog: 3.25.0 -> 4.0.1 (#403569)

parents 305584ce bc9db2af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "posthog";
  version = "3.25.0";
  version = "4.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PostHog";
    repo = "posthog-python";
    tag = "v${version}";
    hash = "sha256-DETcD6VJseQelGhSYKqXpIxsQxB3/5RY2wWB9pxhI68=";
    hash = "sha256-JEoltzbpbHOehdqaKkGJbrcjaOXC7wDQh++S/klsW9o=";
  };

  build-system = [ setuptools ];