python310Packages.google-cloud-firestore: 2.3.4 -> 2.4.0

This commit is contained in:
R. Ryantm 2022-03-09 17:53:33 +00:00
parent 9222b68380
commit a16dd81c2e

View File

@ -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 = [