Commit 69ec4343 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.google-cloud-firestore: 2.14.0 -> 2.15.0

parent f433c05d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "google-cloud-firestore";
  version = "2.14.0";
  version = "2.15.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-mr+3U+s89wB2uc/whvcdOYwJfAsbD9ll1a8n1a5K5AE=";
    hash = "sha256-WJzknGuNcxWiSDJ+ShJKRBQ/WlMU6naPfIUWYMIeYyE=";
  };

  nativeBuildInputs = [