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

python310Packages.sentry-sdk: 1.7.0 -> 1.7.2
This commit is contained in:
Mario Rodas 2022-07-16 22:40:46 -05:00 committed by GitHub
commit 04833c1d5b
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.7.0";
version = "1.7.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-Wee4toHLbiwYXMtsxALetAJ+JxxN/DsNPIiZeeWNuI0=";
hash = "sha256-0VQ1P3xWC1keoXaPfIzh+uGXvRAK3nOrc6fLKIhfiHk=";
};
propagatedBuildInputs = [