Unverified Commit 92cf4feb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #290626 from r-ryantm/auto-update/python311Packages.google-cloud-firestore

python311Packages.google-cloud-firestore: 2.14.0 -> 2.15.0
parents a0163d10 69ec4343
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "google-cloud-firestore";
  version = "2.14.0";
  version = "2.15.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-mr+3U+s89wB2uc/whvcdOYwJfAsbD9ll1a8n1a5K5AE=";
    hash = "sha256-WJzknGuNcxWiSDJ+ShJKRBQ/WlMU6naPfIUWYMIeYyE=";
  };

  nativeBuildInputs = [