Unverified Commit afe54088 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #217894 from r-ryantm/auto-update/python310Packages.bugsnag

python310Packages.bugsnag: 4.3.0 -> 4.4.0
parents 4456eadc a99cf0ee
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "bugsnag";
  version = "4.3.0";
  version = "4.4.0";
  format = "setuptools";

  disabled = pythonOlder "3.5";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-9q6Cp/reUJJ3XGMT9BV+4z5AxJdP8izfzgjOpS84/Tc=";
    hash = "sha256-1vtoDmyulfH3YDdMoT9qBFaRd48nnTBCt0iWuQtk3iw=";
  };

  propagatedBuildInputs = [
@@ -40,6 +40,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Automatic error monitoring for Python applications";
    homepage = "https://github.com/bugsnag/bugsnag-python";
    changelog = "https://github.com/bugsnag/bugsnag-python/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
  };