python310Packages.grpcio-testing 0 -> 1 attrpath: python310Packages.grpcio-testing 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/l2xl4y1k7ydyax83l3s0azzv71q49317-packages.json.drv building '/nix/store/l2xl4y1k7ydyax83l3s0azzv71q49317-packages.json.drv'... Going to be running update for following packages: - python3.10-grpcio-testing-1.58.0 Press Enter key to continue... Running update for: - python3.10-grpcio-testing-1.58.0: UPDATING ... - python3.10-grpcio-testing-1.58.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio-testing/default.nix b/pkgs/development/python-modules/grpcio-testing/default.nix index 904c0b24a0ab..2795ccb55644 100644 --- a/pkgs/development/python-modules/grpcio-testing/default.nix +++ b/pkgs/development/python-modules/grpcio-testing/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "grpcio-testing"; - version = "1.58.0"; + version = "1.59.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-ABZMp+VTsyf2HE50cnHf9wdCOeGlAqpbuMWlbsWE/qY="; + hash = "sha256-2AiaBv0lzZmK7aXlfTXc2OdzZ7OFskjQzLdMAMCCSws="; }; postPatch = '' No auto update branch exists Old version 1.58.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , grpcio , protobuf , pythonOlder , pythonRelaxDepsHook }: buildPythonPackage rec { pname = "grpcio-testing"; version = "1.59.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-YiqbhlOsyoAT/uYNPbLQK5c2T8cYGEDXVkAPIzCaOQ4="; }; postPatch = '' substituteInPlace setup.py \ --replace '"grpcio>={version}".format(version=grpc_version.VERSION)' '"grpcio"' ''; propagatedBuildInputs = [ grpcio protobuf ]; pythonImportsCheck = [ "grpc_testing" ]; # Module has no tests doCheck = false; meta = with lib; { description = "Testing utilities for gRPC Python"; homepage = "https://grpc.io/"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; }