Skip to content

Commit

Permalink
Merge pull request NixOS#290271 from r-ryantm/auto-update/python312Pa…
Browse files Browse the repository at this point in the history
…ckages.posthog

python312Packages.posthog: 3.4.1 -> 3.4.2
  • Loading branch information
happysalada authored Feb 20, 2024
2 parents bd96c78 + 1e07f1c commit ffcb280
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 @@ -14,7 +14,7 @@
}:
let
pname = "posthog";
version = "3.4.1";
version = "3.4.2";
in
buildPythonPackage {
inherit pname version;
Expand All @@ -24,7 +24,7 @@ buildPythonPackage {
owner = "PostHog";
repo = "posthog-python";
rev = "refs/tags/v${version}";
hash = "sha256-vqq8yCfIDaCWcWwpr8ogdDpmZY4lPcDwoNV33W664pc=";
hash = "sha256-PhZBpcMwU7fjmE0g+l83zHm+95N60Sbd9pNNc4Roa2A=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ffcb280

Please sign in to comment.