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

python3Packages.sentry-sdk: 1.1.0 -> 1.2.0

authored by Sandro and committed by GitHub a07c903e ba17fca3

+2 -2
+2 -2
pkgs/development/python-modules/sentry-sdk/default.nix
··· 29 29 30 30 buildPythonPackage rec { 31 31 pname = "sentry-sdk"; 32 - version = "1.1.0"; 32 + version = "1.2.0"; 33 33 34 34 src = fetchPypi { 35 35 inherit pname version; 36 - sha256 = "sha256-wSJ9ONyjFbo1GCNz8SnD4nIujtmZ5SWE5qyn0oeHBzk="; 36 + sha256 = "sha256-mQetvdMKVbgYkUUSzBQ+a+rguzuniyZJ9LB5dS6w5CQ="; 37 37 }; 38 38 39 39 checkInputs = [ blinker botocore chalice django flask tornado bottle rq falcon sqlalchemy werkzeug trytond