python3Packages.sentry-sdk: 2.39.0 -> 2.43.0

https://github.com/getsentry/sentry-python/blob/2.43.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-10-30 19:00:01 +01:00
parent 01359dd192
commit 3e82e012cb

View File

@@ -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 = ''