Unverified Commit ac2ac956 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #163487 from r-ryantm/auto-update/python3.10-google-cloud-firestore

parents 139c0560 a16dd81c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

buildPythonPackage rec {
  pname = "google-cloud-firestore";
  version = "2.3.4";
  version = "2.4.0";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-cU4bwfxRAp14qmSTO+8u/APa7clWXqeeyRuEOwUgFuw=";
    sha256 = "sha256-9+esejwSitfYEkD03KsPiTIKxmYhRxTrgfy3QKqIIO4=";
  };

  propagatedBuildInputs = [