python3Packages.sentry-sdk: 2.48.0 -> 2.50.0

https://github.com/getsentry/sentry-python/blob/2.50.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:52 +01:00
parent 83fb94d609
commit aecb3962f8
@@ -67,14 +67,14 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "2.48.0";
version = "2.50.0";
pyproject = true;
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-python";
tag = version;
hash = "sha256-Y8zGs5xj0PB0zQMHmg9RwbCiarOC2s8k/5/yQr+sL4k=";
hash = "sha256-wmfBLP8cTPgxb70dHL3esXPcCbW+Z8G9KgjJ49eus6c=";
};
postPatch = ''