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

python311Packages.sentry-sdk: 1.27.0 -> 1.27.1
This commit is contained in:
Fabian Affolter 2023-07-08 17:10:18 +02:00 committed by GitHub
commit 0d4559ff9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.27.0";
version = "1.27.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = "refs/tags/${version}";
hash = "sha256-MU/Uaul46jfVg30zMYgx5QJdXociFqZY+vsi53NqY5c=";
hash = "sha256-IXmSQg5I78wwKIzKyuJHypAJeMMGu2vuoo3bqyK1K+c=";
};
propagatedBuildInputs = [