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

python311Packages.sentry-sdk: 1.32.0 -> 1.33.1
This commit is contained in:
OTABI Tomoya 2023-11-08 01:29:12 +09:00 committed by GitHub
commit 61011c6b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.32.0";
version = "1.33.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = "refs/tags/${version}";
hash = "sha256-chDgy3U29X/xk+aQok9uODcN0iAds1H39yXk98/3Yzc=";
hash = "sha256-a73SZssiS1i3pfble0dMw6st5Hq4AIdJA+dnT617kXg=";
};
propagatedBuildInputs = [