python3Packages.google-cloud-firestore: 2.3.3 -> 2.3.4

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:02 +02:00
parent 5bfbe3086e
commit 49b5db6670

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.3.3";
version = "2.3.4";
src = fetchPypi {
inherit pname version;
sha256 = "ef7572cbc83412dbc9cadd95962e77bfa9962a5cb030706638a4aafa7cad84aa";
sha256 = "714e1bc1fc51029d78aa64933bef2efc03daedc9565ea79ec91b843b052016ec";
};
propagatedBuildInputs = [