python311Packages.grpcio-status 0 -> 1 attrpath: python311Packages.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/2s22w7b81plqynpp4jvp8ma36cc6i2ln-packages.json.drv building '/nix/store/2s22w7b81plqynpp4jvp8ma36cc6i2ln-packages.json.drv'... Going to be running update for following packages: - python3.11-grpcio-status-1.60.1 Press Enter key to continue... Running update for: - python3.11-grpcio-status-1.60.1: UPDATING ... - python3.11-grpcio-status-1.60.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio-status/default.nix b/pkgs/development/python-modules/grpcio-status/default.nix index fa3f65ebc924..eb91900864ca 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.60.1"; + version = "1.62.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-YbWquJiUmOiqFCwguIgp6l2Q0YwYyFO5+ebUB9N7+LQ="; + hash = "sha256-DWk+nAmIDa6qwGDQw9uhrkcKQ8meXSDf6v1iz34IqF0="; }; postPatch = '' No auto update branch exists Old version 1.60.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.62.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-DWk+nAmIDa6qwGDQw9uhrkcKQ8meXSDf6v1iz34IqF0="; }; 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 ]; }; }