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

Merge pull request #253591 from r-ryantm/auto-update/python310Packages.gspread

python310Packages.gspread: 5.10.0 -> 5.11.0
parents 65cc3e05 0de4dc83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "gspread";
  version = "5.10.0";
  version = "5.11.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "burnash";
    repo = "gspread";
    rev = "refs/tags/v${version}";
    hash = "sha256-GAlQYQVuwsnkXqZOvG66f9kig+m392CVlrgUTqrTKyA=";
    hash = "sha256-FgAdsHj6Iv08cl5GwdKyGgjVN3pylZUu/plRq/DxVbE=";
  };

  nativeBuildInputs = [