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

python312Packages.posthog: 3.5.0 -> 3.5.2 (#337824)

parents 94a5d7c1 e2f7bfd3
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 = [