Commit 9aa6eef0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 8e628a80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@

buildPythonPackage rec {
  pname = "sentry-sdk";
  version = "1.40.3";
  version = "1.40.4";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -47,7 +47,7 @@ buildPythonPackage rec {
    owner = "getsentry";
    repo = "sentry-python";
    rev = "refs/tags/${version}";
    hash = "sha256-durgUKpJ5H+xd4FBpNWVtfmMlreTbvQvUaTVPoJw5wQ=";
    hash = "sha256-WyjyV1oBaRPDyawPckkgoA6JB974CNJG1h5YmmA10uo=";
  };

  nativeBuildInputs = [