Merge pull request #177780 from r-ryantm/auto-update/python310Packages.google-cloud-firestore

python310Packages.google-cloud-firestore: 2.5.2 -> 2.5.3
main
Sandro 2 years ago committed by GitHub
commit 057c08aac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/google-cloud-firestore/default.nix

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.5.2";
version = "2.5.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ltFXT+cU/YGPqu28WcStV6bJarbiIGbjsHLI+9UZU80=";
sha256 = "sha256-ISPjpV2fjZSMbkJa6YzFGdrwyEC8MauLwS6pohMtFoY=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save