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

python39Packages.sentry-sdk: 1.5.10 -> 1.5.11
This commit is contained in:
Fabian Affolter 2022-05-04 08:38:13 +02:00 committed by GitHub
commit 0d1898860a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.5.10";
version = "1.5.11";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -50,7 +50,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-f5V2fMvPpyz+pU08Owzxq9xI48ZeZpH5SmUXtshqMm0=";
hash = "sha256-2WN18hzOn/gomNvQNbm9R8CcxN6G1XxoodBHqsG6es0=";
};
propagatedBuildInputs = [