python311Packages.google-api-python-client 0 -> 1 attrpath: python311Packages.google-api-python-client 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] cannot link '/nix/store/.links/17v9vvnv70m8sjz7ijgjb8zs9v4z683150cp0s0s6rhxf9payq19' to '/nix/store/3giln4bqafjhlx341x0hh8kbn71lxjqr-packages.json.drv': No space left on device this derivation will be built: /nix/store/3giln4bqafjhlx341x0hh8kbn71lxjqr-packages.json.drv building '/nix/store/3giln4bqafjhlx341x0hh8kbn71lxjqr-packages.json.drv'... Going to be running update for following packages: - python3.11-google-api-python-client-2.120.0 Press Enter key to continue... Running update for: - python3.11-google-api-python-client-2.120.0: UPDATING ... - python3.11-google-api-python-client-2.120.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-api-python-client/default.nix b/pkgs/development/python-modules/google-api-python-client/default.nix index fa7086b7719d..f5025d87a63e 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "google-api-python-client"; - version = "2.120.0"; + version = "2.122.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-oMh2nK2VdnaLyzGRyx9VD2qzKQy6BCutsPsXu6A/cMw="; + hash = "sha256-d0R78ta26p5ob9ZvwvEu56Y+OIm3QnZ2Qp6/Cfy13Pk="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.120.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , google-auth , google-auth-httplib2 , google-api-core , httplib2 , uritemplate , oauth2client , setuptools , pythonOlder }: buildPythonPackage rec { pname = "google-api-python-client"; version = "2.121.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-34Y+zk24s2zhBT69mD5D+8W2ZCCe7XjoLMhK5W3axsA="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-auth google-auth-httplib2 google-api-core httplib2 uritemplate oauth2client ]; # No tests included in archive doCheck = false; pythonImportsCheck = [ "googleapiclient" ]; meta = with lib; { description = "The official Python client library for Google's discovery based APIs"; longDescription = '' These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features. ''; homepage = "https://github.com/google/google-api-python-client"; changelog = "https://github.com/googleapis/google-api-python-client/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }