Unverified Commit 4295591f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.google-cloud-bigquery-storage: 2.28.0 -> 2.29.0 (#389306)

parents 16706550 62e1e608
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "google-cloud-bigquery-storage";
  version = "2.28.0";
  version = "2.29.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_bigquery_storage";
    inherit version;
    hash = "sha256-MQwtzH0KA7jjsw7pDzTa8L3v2xmMUafzjbRZBHBPExw=";
    hash = "sha256-sDAyflSxjMieXrjLrQZw2Pz9WO2ETYTaQjPnbAq3FfE=";
  };

  build-system = [ setuptools ];