Skip to content

Commit

Permalink
Merge pull request NixOS#260511 from fabaff/sentry-sdk-bump
Browse files Browse the repository at this point in the history
python311Packages.sentry-sdk: 1.31.0 -> 1.32.0
  • Loading branch information
marsam authored Oct 15, 2023
2 parents 3d94e75 + ad9a6a4 commit 12bdeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sentry-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.31.0";
version = "1.32.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = "refs/tags/${version}";
hash = "sha256-/TQwkk/NkQulYVuLIs30rV4hsv4LVB/VfPhqMjpq0vE=";
hash = "sha256-chDgy3U29X/xk+aQok9uODcN0iAds1H39yXk98/3Yzc=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 12bdeb0

Please sign in to comment.