1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

python310Packages.google-cloud-firestore: 2.6.1 -> 2.7.0

This commit is contained in:
R. Ryantm 2022-09-20 21:14:46 +00:00
parent d4717ad128
commit 25b760f361

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.6.1";
version = "2.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BgCO9G9MwSonZSZ9sAQuTurGXLTJXsCC73QalBsACRY=";
sha256 = "sha256-Pi0nRYBfw2A2Bz/i8b+ddtrji2q5Ug1wyo40Vok1MXk=";
};
propagatedBuildInputs = [