Skip to content

Commit

Permalink
python312Packages.posthog: 3.7.4 -> 3.7.5 (NixOS#371711)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Jan 9, 2025
2 parents 1fba7da + 0d7cce3 commit daf7604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/posthog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "posthog";
version = "3.7.4";
version = "3.7.5";
pyproject = true;

src = fetchFromGitHub {
owner = "PostHog";
repo = "posthog-python";
tag = "v${version}";
hash = "sha256-43ySHV2Idssd5YonzhyIpet98vinpQ4O2AKUiAlYahY=";
hash = "sha256-zdZUlHQbSOSJhAxOY404/w7RsX8h+602A+8qmH9fQIc=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit daf7604

Please sign in to comment.