Unverified Commit 3e82e012 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.sentry-sdk: 2.39.0 -> 2.43.0

parent 01359dd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,14 +67,14 @@

buildPythonPackage rec {
  pname = "sentry-sdk";
  version = "2.39.0";
  version = "2.43.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-python";
    tag = version;
    hash = "sha256-2M5Uvo8dl6hOqY13Eqjo4aKFySdlqEO8BHrPxZ/l+fw=";
    hash = "sha256-ua/ojnyKZXnc1li65EMmPzhmY2Pu8B7A/NXlBzzPyRQ=";
  };

  postPatch = ''