python310Packages.google-cloud-iam-logging 0 -> 1 attrpath: python310Packages.google-cloud-iam-logging 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v12049kmhhkydk2s6dgkx9sijj5jqfd6-packages.json.drv building '/nix/store/v12049kmhhkydk2s6dgkx9sijj5jqfd6-packages.json.drv'... Going to be running update for following packages: - python3.10-google-cloud-iam-logging-1.2.0 Press Enter key to continue... Running update for: - python3.10-google-cloud-iam-logging-1.2.0: UPDATING ... - python3.10-google-cloud-iam-logging-1.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-iam-logging/default.nix b/pkgs/development/python-modules/google-cloud-iam-logging/default.nix index 9a1518b3cc0..abfffeb81bd 100644 --- a/pkgs/development/python-modules/google-cloud-iam-logging/default.nix +++ b/pkgs/development/python-modules/google-cloud-iam-logging/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "google-cloud-iam-logging"; - version = "1.2.0"; + version = "1.2.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Xj7XJ/Wz9dmbqygKqjcvWn+zeGejYyqBzLkpNufX8lQ="; + hash = "sha256-R35MCPWM5wiJzlFHJuHOD5P6IthPtDjGtw5OhFlfhNc="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , google-api-core , grpc-google-iam-v1 , mock , proto-plus , protobuf , pytest-asyncio , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "google-cloud-iam-logging"; version = "1.2.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-R35MCPWM5wiJzlFHJuHOD5P6IthPtDjGtw5OhFlfhNc="; }; propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 proto-plus protobuf ] ++ google-api-core.optional-dependencies.grpc; nativeCheckInputs = [ mock pytestCheckHook pytest-asyncio ]; pythonImportsCheck = [ "google.cloud.iam_logging" "google.cloud.iam_logging_v1" ]; meta = with lib; { description = "IAM Service Logging client library"; homepage = "https://github.com/googleapis/python-iam-logging"; changelog = "https://github.com/googleapis/python-iam-logging/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }