python313Packages.sentry-sdk: 2.34.1 -> 2.39.0

Diff: https://github.com/getsentry/sentry-python/compare/2.34.1...2.39.0

Changelog: https://github.com/getsentry/sentry-python/blob/2.39.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-09-28 02:33:26 +02:00
parent 3546c92169
commit 9c25c783d0
@@ -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 = ''