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

python312Packages.google-cloud-bigtable: 2.28.0 -> 2.28.1 (#376497)

parents 8494298b 41155d8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "google-cloud-bigtable";
  version = "2.28.0";
  version = "2.28.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_bigtable";
    inherit version;
    hash = "sha256-BztPc0MxvbUXkNWg0LWL95kC/919USJ6vyiBgw+sgk0=";
    hash = "sha256-FH3TTVNeZiZKbRbkOxQK4x2tNhcd2RxWN9n9mhYHaqA=";
  };

  build-system = [ setuptools ];