python310Packages.sentry-sdk: 1.21.0 -> 1.21.1
Diff: https://github.com/getsentry/sentry-python/compare/refs/tags/1.21.0...1.21.1 Changelog: https://github.com/getsentry/sentry-python/blob/1.21.1/CHANGELOG.md
This commit is contained in:
parent
6eedf41cc0
commit
82dc80c121
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sentry-sdk";
|
pname = "sentry-sdk";
|
||||||
version = "1.21.0";
|
version = "1.21.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||||
owner = "getsentry";
|
owner = "getsentry";
|
||||||
repo = "sentry-python";
|
repo = "sentry-python";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-9uubXaGISzenLH0qmNbZpQQTOOplVO3k6aKACmv3dbY=";
|
hash = "sha256-RKYnDeuLWGavYdxsHs+GBGQCUcrVSR+Bi3RO3MbRxfU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue