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

python310Packages.sentry-sdk: 1.9.5 -> 1.9.8
This commit is contained in:
Mario Rodas 2022-09-24 12:37:58 -05:00 committed by GitHub
commit c1ff0ae883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.9.5";
version = "1.9.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-MUO0leSm6yU29rtTJpv49PO3yEN66EyGEYN8ThH6L7A=";
hash = "sha256-x320F7URZTKcCNdhjiR7hMEUSgbFMhv8e5Csl+IxWt0=";
};
propagatedBuildInputs = [