Merge pull request #294468 from fabaff/sentry-sdk-bump

python311Packages.sentry-sdk: 1.40.6 -> 1.41.0
This commit is contained in:
Fabian Affolter 2024-03-13 06:38:25 +01:00 committed by GitHub
commit 0b59619310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.40.6";
version = "1.41.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = "refs/tags/${version}";
hash = "sha256-cGAPSF+kjGsY9IeRxRZUiAEiDR2uNBheet5Z+fok/eY=";
hash = "sha256-eoHoUW3cXxdGeWpo/0kBIfVkLECrnKA2wtobe3GeU2Q=";
};
nativeBuildInputs = [