From c0fb4f887cb573c692812d468957774b8d3f66e7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 4 Mar 2025 04:48:31 +0000 Subject: [PATCH] python312Packages.gspread: 6.1.4 -> 6.2.0 --- pkgs/development/python-modules/gspread/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/gspread/default.nix b/pkgs/development/python-modules/gspread/default.nix index 5c74d8f94730..5923ce6ad2a4 100644 --- a/pkgs/development/python-modules/gspread/default.nix +++ b/pkgs/development/python-modules/gspread/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "gspread"; - version = "6.1.4"; + version = "6.2.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "burnash"; repo = "gspread"; tag = "v${version}"; - hash = "sha256-xW0PoWMLOtg6+0oqRJxhraNrkndvlbSzyActxjnvUmw="; + hash = "sha256-DTKSH8FtzOXlB7TzNqahDm8PY3ZarpZg8GYQ1kcdfdg="; }; nativeBuildInputs = [ flit-core ]; @@ -43,7 +43,7 @@ buildPythonPackage rec { meta = with lib; { description = "Google Spreadsheets client library"; homepage = "https://github.com/burnash/gspread"; - changelog = "https://github.com/burnash/gspread/blob/v${version}/HISTORY.rst"; + changelog = "https://github.com/burnash/gspread/blob/${src.tag}/HISTORY.rst"; license = licenses.mit; maintainers = [ ]; };