python311Packages.grpcio-channelz 0 -> 1 attrpath: python311Packages.grpcio-channelz 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] Going to be running update for following packages: - python3.11-grpcio-channelz-1.62.1 Press Enter key to continue... Running update for: - python3.11-grpcio-channelz-1.62.1: UPDATING ... - python3.11-grpcio-channelz-1.62.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio-channelz/default.nix b/pkgs/development/python-modules/grpcio-channelz/default.nix index ba66ffe4e344..d4af46832018 100644 --- a/pkgs/development/python-modules/grpcio-channelz/default.nix +++ b/pkgs/development/python-modules/grpcio-channelz/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "grpcio-channelz"; - version = "1.62.1"; + version = "1.62.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-e+8XBt/tt4lNbgNGemBjrBCxUAR7aWXi+0gU1MKmQkU="; + hash = "sha256-bkrCxD12skXF9m2Y9SPbCHhrGGEoplXubyCjCn5o5Pk="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.62.1" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonRelaxDepsHook , fetchPypi , grpcio , protobuf }: buildPythonPackage rec { pname = "grpcio-channelz"; version = "1.62.2"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-bkrCxD12skXF9m2Y9SPbCHhrGGEoplXubyCjCn5o5Pk="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ "grpcio" ]; propagatedBuildInputs = [ grpcio protobuf ]; pythonImportsCheck = [ "grpc_channelz" ]; # no tests doCheck = false; meta = with lib; { description = "Channel Level Live Debug Information Service for gRPC"; homepage = "https://pypi.org/project/grpcio-channelz"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ happysalada ]; }; }