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

This commit is contained in:
Sandro 2022-03-09 22:44:57 +01:00 committed by GitHub
commit ac2ac9561e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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