python312Packages.google-cloud-firestore: 2.15.0 -> 2.16.0

This commit is contained in:
R. Ryantm 2024-04-03 03:12:25 +00:00
parent ce93557538
commit 2ab9fbb1e5

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.15.0";
version = "2.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WJzknGuNcxWiSDJ+ShJKRBQ/WlMU6naPfIUWYMIeYyE=";
hash = "sha256-5hrnAimm5TLkOcjRZEejICREfy7kojA/xNBUwljWh38=";
};
nativeBuildInputs = [