python310Packages.grpcio-status 0 -> 1 attrpath: python310Packages.grpcio-status 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/v25kr45m61sznwxw0m9nglm1hcnd5j0l-packages.json.drv building '/nix/store/v25kr45m61sznwxw0m9nglm1hcnd5j0l-packages.json.drv'... Going to be running update for following packages: - python3.10-grpcio-status-1.51.1 Press Enter key to continue... Running update for: - python3.10-grpcio-status-1.51.1: UPDATING ... - python3.10-grpcio-status-1.51.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio-status/default.nix b/pkgs/development/python-modules/grpcio-status/default.nix index 022d677cf51..a072fd62890 100644 --- a/pkgs/development/python-modules/grpcio-status/default.nix +++ b/pkgs/development/python-modules/grpcio-status/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "grpcio-status"; - version = "1.51.1"; + version = "1.52.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "ac2617a3095935ebd785e2228958f24b10a0d527a0c9eb5a0863c784f648a816"; + sha256 = "sha256-YCo4CNSFobaeEdFQoHXj6Sf2R/Oos4fuPD8BYzRFsvw="; }; postPatch = '' No auto update branch exists Old version 1.51.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , googleapis-common-protos , grpcio , protobuf , pythonOlder }: buildPythonPackage rec { pname = "grpcio-status"; version = "1.52.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-YCo4CNSFobaeEdFQoHXj6Sf2R/Oos4fuPD8BYzRFsvw="; }; postPatch = '' substituteInPlace setup.py \ --replace 'protobuf>=4.21.6' 'protobuf' ''; propagatedBuildInputs = [ googleapis-common-protos grpcio protobuf ]; # Projec thas no tests doCheck = false; pythonImportsCheck = [ "grpc_status" ]; meta = with lib; { description = "GRPC Python status proto mapping"; homepage = "https://github.com/grpc/grpc/tree/master/src/python/grpcio_status"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }