Commit 16af7039 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.google-cloud-error-reporting: 1.13.0 -> 1.14.0

parent 117dcbf4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "google-cloud-error-reporting";
  version = "1.13.0";
  version = "1.14.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googleapis";
    repo = "python-error-reporting";
    tag = "v${version}";
    hash = "sha256-THTzoiwF34/detu3HkpcSufb5MwbUeB0giS3i4BB2C0=";
    hash = "sha256-do/pxm+Bo2c57ehg1cRlpax+UggSUMv8WSK30sXhHpo=";
  };

  build-system = [ setuptools ];