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

This commit is contained in:
Sandro 2021-09-28 23:43:55 +02:00 committed by GitHub
commit cbbf7a3de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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