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

python38Packages.google-cloud-firestore: 2.3.0 -> 2.3.1
This commit is contained in:
Sandro 2021-09-05 03:10:06 +02:00 committed by GitHub
commit fcb5ae27b2
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.0";
version = "2.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gc68S+utdcO2OSCRAxyTCjnXBfUxWN/D7PfNg3cUzQ8=";
sha256 = "8f8e513cae105ba17c4d3949091bd816cbf6075c6ac91b1f7acb4d40359f8a5a";
};
propagatedBuildInputs = [