Unverified Commit 5a0fcb1b authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.posthog: 4.0.1 -> 4.2.0 (#411711)

parents 6486d2e6 eaec0122
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

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

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

  build-system = [ setuptools ];