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

python312Packages.posthog: 3.5.0 -> 3.5.2

parent f7439a07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
}:
let
  pname = "posthog";
  version = "3.5.0";
  version = "3.5.2";
in
buildPythonPackage {
  inherit pname version;
@@ -25,7 +25,7 @@ buildPythonPackage {
    owner = "PostHog";
    repo = "posthog-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-+nYMQxqI9RZ5vVL6KgiRLcx0JHWJTs/rZ6U6jIuaz+w=";
    hash = "sha256-DhTX28j8RcEONEVIRoYHBk63Qw1Wff9qdQ/Ymbb9xHE=";
  };

  propagatedBuildInputs = [