Unverified Commit 9ab56f9c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.google-cloud-error-reporting: 1.11.1 -> 1.12.0 (#420150)

parents 6a82bac7 7b96afcf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "google-cloud-error-reporting";
  version = "1.11.1";
  version = "1.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googleapis";
    repo = "python-error-reporting";
    tag = "v${version}";
    hash = "sha256-z1ogY4W4RGKv0h2jW0jVpIHUY1X3P0Vw++3jYtnYTRA=";
    hash = "sha256-V97V3WbsChc93nqhCOh34O/hn8fqLMwR4/DcHmc9vdU=";
  };

  build-system = [ setuptools ];
@@ -70,7 +70,7 @@ buildPythonPackage rec {
  meta = {
    description = "Stackdriver Error Reporting API client library";
    homepage = "https://github.com/googleapis/python-error-reporting";
    changelog = "https://github.com/googleapis/python-error-reporting/blob/v${version}/CHANGELOG.md";
    changelog = "https://github.com/googleapis/python-error-reporting/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.asl20;
    maintainers = [ lib.maintainers.sarahec ];
  };