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

python310Packages.sentry-sdk: 1.8.0 -> 1.9.0
This commit is contained in:
Mario Rodas 2022-07-30 07:04:39 -05:00 committed by GitHub
commit 8f38f2aeab
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.8.0";
version = "1.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-PtGQJUZ6/u2exmg6P5VV2RoBKyuV3G2YuAWgA06oQKo=";
hash = "sha256-sZpM9wgybyt/5Rw3X05whLvQNMC55o+s7eYA4QJdj6c=";
};
propagatedBuildInputs = [