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

python312Packages.google-cloud-trace: 1.16.0 -> 1.16.1 (#392249)

parents 3eb417d6 92ba61b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "google-cloud-trace";
  version = "1.16.0";
  version = "1.16.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_trace";
    inherit version;
    hash = "sha256-nSexY3cVcrVh6/dTpeR5H5nSXlTtrUywEheriC899Bo=";
    hash = "sha256-FTCLBPEtlY8rODGk92uXxhwMekaAS9xXDRkCSTgCnZo=";
  };

  build-system = [ setuptools ];