mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
python311Packages.sentry-sdk: 1.36.0 -> 1.37.1
Diff: https://github.com/getsentry/sentry-python/compare/refs/tags/1.36.0...1.37.1 Changelog: https://github.com/getsentry/sentry-python/blob/1.37.1/CHANGELOG.md
This commit is contained in:
parent
42f5ae813b
commit
122bb3e6da
@ -41,7 +41,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sentry-sdk";
|
||||
version = "1.36.0";
|
||||
version = "1.37.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
owner = "getsentry";
|
||||
repo = "sentry-python";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-4NncvZtBwAyMkfZBm44IubFA+f2bXrGy5HOYr70SoSg=";
|
||||
hash = "sha256-y1fZe3ql8twSsTl24bP0fqA6myMv71I6IgzOVucbuvM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user