Unverified Commit 52d84c84 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python313Packages.sentry-sdk: 2.34.1 -> 2.39.0 (#446798)

parents 40d07fb1 9c25c783
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.34.1";
  version = "2.39.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-python";
    tag = version;
    hash = "sha256-RQnjvX3bDiB9csn/DsQ769EiVm7HY+B7x9V5jpvsOOA=";
    hash = "sha256-2M5Uvo8dl6hOqY13Eqjo4aKFySdlqEO8BHrPxZ/l+fw=";
  };

  postPatch = ''