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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pkc11lfg46xzn9p90zr36k3hz3ql97sk-packages.json.drv building '/nix/store/pkc11lfg46xzn9p90zr36k3hz3ql97sk-packages.json.drv'... Going to be running update for following packages: - python3.10-grpcio-status-1.58.0 Press Enter key to continue... Running update for: - python3.10-grpcio-status-1.58.0: UPDATING ... - python3.10-grpcio-status-1.58.0: 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 c03c1faa9d4f..b1de1583585c 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.58.0"; + version = "1.59.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-C0LnDAQFpmqC2emGf6JV/lnmGJZKYJmyBWjDHdkJl2Y="; + hash = "sha256-osKxRuZrc7qA0CGrNPzl203ZvmfKRWbNpA02sYXOVPQ="; }; postPatch = '' No auto update branch exists Old version 1.58.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , googleapis-common-protos , grpcio , protobuf , pythonOlder }: buildPythonPackage rec { pname = "grpcio-status"; version = "1.59.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-+TucM+CiYWLvhDG/z/zD4fshfM2Ne1swYbbp+BPmmLU="; }; 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 ]; }; }