python310Packages.google-cloud-firestore: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm
2023-01-26 00:55:34 +00:00
parent 79a606608e
commit cf6e4125d1
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.9.0";
version = "2.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-gEgTYUsaac9dJIxCZJU/axjwiNqttUQiL6UskhzjsJg=";
hash = "sha256-WxUiufi+rXBPuSBcC/Ktp0tEkcaA457o0WexweS9MMI=";
};
propagatedBuildInputs = [