python312Packages.sentry-sdk_2: 2.14.0 -> 2.15.0

https://github.com/getsentry/sentry-python/blob/refs/tags/2.15.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-10-02 00:28:26 +02:00
parent bc2e146e6f
commit c2e30aea83

View File

@ -63,14 +63,14 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "2.14.0";
version = "2.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-python";
rev = "refs/tags/${version}";
hash = "sha256-VrrzM81O3tG2GveP8Eq9kxVPSok7JIj3XjGOauGIlxY=";
hash = "sha256-jrApaDZ+R/bMOqOuQZguP9ySt6nKJeJYNpJTNTxq3no=";
};
postPatch = ''