python311Packages.gspread 0 -> 1 attrpath: python311Packages.gspread Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wr3sb0yrlcp08830m44bd343fzqzb60r-packages.json.drv building '/nix/store/wr3sb0yrlcp08830m44bd343fzqzb60r-packages.json.drv'... Going to be running update for following packages: - python3.11-gspread-5.12.4 Press Enter key to continue... Running update for: - python3.11-gspread-5.12.4: UPDATING ... - python3.11-gspread-5.12.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gspread/default.nix b/pkgs/development/python-modules/gspread/default.nix index 6f107cc610a0..0507716aca23 100644 --- a/pkgs/development/python-modules/gspread/default.nix +++ b/pkgs/development/python-modules/gspread/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "gspread"; - version = "5.12.4"; + version = "6.0.2"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "burnash"; repo = "gspread"; rev = "refs/tags/v${version}"; - hash = "sha256-i+QbnF0Y/kUMvt91Wzb8wseO/1rZn9xzeA5BWg1haks="; + hash = "sha256-NY6Q45/XuidDUeBG0QfVaStwp2+BqMSgefDifHu2erU="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.12.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , flit-core , google-auth , google-auth-oauthlib , pytest-vcr , pytestCheckHook , pythonOlder , strenum }: buildPythonPackage rec { pname = "gspread"; version = "6.0.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "burnash"; repo = "gspread"; rev = "refs/tags/v${version}"; hash = "sha256-NY6Q45/XuidDUeBG0QfVaStwp2+BqMSgefDifHu2erU="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ google-auth google-auth-oauthlib strenum ]; nativeCheckInputs = [ pytest-vcr pytestCheckHook ]; pythonImportsCheck = [ "gspread" ]; 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"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }