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

python310Packages.sentry-sdk: 1.9.10 -> 1.10.0
This commit is contained in:
Mario Rodas 2022-10-22 20:08:06 -05:00 committed by GitHub
commit 7a8e64e486
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.10";
version = "1.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-ZrteALD+HsqUwkFDPih8adxNP5TO5JqdPFI8oMBphY4=";
hash = "sha256-la+MgVulQS6k6zux2mC7AiXqZWEU2LG/fGUUMFrBI6k=";
};
propagatedBuildInputs = [