Unverified Commit ffaca96c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #293873 from fabaff/google-cloud-tasks-bump

python311Packages.google-cloud-tasks: 2.16.2 -> 2.16.3
parents 3f3861d4 dd152966
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "google-cloud-tasks";
  version = "2.16.2";
  version = "2.16.3";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-L1wVxYEVHZE9hA/KNI3JpfvRzBbsUR4/ZrL8agHwbjg=";
    hash = "sha256-2JH+cAbbTWEig4qm3krKbgB3urIk7crmhGZq4+MDxF8=";
  };

  nativeBuildInputs = [