python3Packages.sentry-sdk: 2.43.0 -> 2.44.0

https://github.com/getsentry/sentry-python/blob/2.44.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-11-25 12:39:07 -08:00
committed by Robert Schütz
parent 91b8bef98c
commit 565948bedf
@@ -67,14 +67,14 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "2.43.0";
version = "2.44.0";
pyproject = true;
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-python";
tag = version;
hash = "sha256-ua/ojnyKZXnc1li65EMmPzhmY2Pu8B7A/NXlBzzPyRQ=";
hash = "sha256-i2rd4JFcGYToWMJeOuHaCKnwKtC/LFrpnWCf1taGqhc=";
};
postPatch = ''