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

python310Packages.google-cloud-firestore: 2.4.0 -> 2.5.0
This commit is contained in:
Sandro 2022-05-20 14:05:36 +02:00 committed by GitHub
commit c2c7613395
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.4.0";
version = "2.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-9+esejwSitfYEkD03KsPiTIKxmYhRxTrgfy3QKqIIO4=";
sha256 = "sha256-g/IgGlVWHjkqJKDFvkmp/TVNA0TgN+Xf65M10+x3f+o=";
};
propagatedBuildInputs = [