python3Packages.google-cloud-firestore: 2.1.3 -> 2.2.0

This commit is contained in:
Fabian Affolter 2021-08-09 23:38:33 +02:00 committed by Sandro Jäckel
parent 240e1ccfd4
commit f79e6c138d
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.1.3";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "143a88ef2b90c98f16d2b0bc192631ca3e2b7c66a236d93ba9961de64e50870e";
sha256 = "sha256-QMwvMPebC2a09XmKQKYFPwVIbZlnUEaXxTh8hlnS9Js=";
};
propagatedBuildInputs = [