Unverified Commit 78df3591 authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #245002 from r-ryantm/auto-update/python310Packages.google-cloud-bigtable

parents c8ef7eb4 e9c2faa3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "google-cloud-bigtable";
  version = "2.19.0";
  version = "2.20.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-EebMccj9DmrPj+/GCECLkqplq3bSmRkNqlI3gYq0qzo=";
    hash = "sha256-PUeEqed0crzfHLAHDDu4GgktMaNt11nuovfMIkz5iwk=";
  };

  propagatedBuildInputs = [