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

python312Packages.gspread: 6.1.3 -> 6.1.4 (#353344)

parents cd044624 0b5869c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "gspread";
  version = "6.1.3";
  version = "6.1.4";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "burnash";
    repo = "gspread";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZMzgIRLwMXvJ+JIz3BUps7CTaV/MhfjZYqkEbgHQh+A=";
    hash = "sha256-xW0PoWMLOtg6+0oqRJxhraNrkndvlbSzyActxjnvUmw=";
  };

  nativeBuildInputs = [ flit-core ];