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

Merge pull request #287616 from r-ryantm/auto-update/python311Packages.google-cloud-trace

python311Packages.google-cloud-trace: 1.13.0 -> 1.13.1
parents fbb76560 dbb0d98e
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -9,20 +9,25 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "google-cloud-trace";
  version = "1.13.0";
  format = "setuptools";
  version = "1.13.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-2oGGbqPLcPdMuSjVCG9yIV0moEToLUxjVFW22yHbRzc=";
    hash = "sha256-KJpHnWbmrFVcixfvKQ/nvDWLy4Sn1lVDVsjkS/2+p5w=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  propagatedBuildInputs = [
    google-api-core
    proto-plus