Skip to content

Commit

Permalink
python310Packages.google-cloud-firestore: 2.7.0 -> 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 5, 2022
1 parent a2c9178 commit b360a94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.7.0";
version = "2.7.1";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-Pi0nRYBfw2A2Bz/i8b+ddtrji2q5Ug1wyo40Vok1MXk=";
sha256 = "sha256-UcgDxbFf5/ZRdtEcMaGhOkPZrJDAmKSOSTJv1fIbY48=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b360a94

Please sign in to comment.