python312Packages.grpcio 1.60.0 -> 1.61.0 https://repology.org/project/python:grpcio/versions attrpath: python312Packages.grpcio 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/vjvsmf7cmzffr3wqlzgg5jgdb4xd1ac6-packages.json.drv building '/nix/store/vjvsmf7cmzffr3wqlzgg5jgdb4xd1ac6-packages.json.drv'... Going to be running update for following packages: - python3.12-grpcio-1.60.0 Press Enter key to continue... Running update for: - python3.12-grpcio-1.60.0: UPDATING ... - python3.12-grpcio-1.60.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio/default.nix b/pkgs/development/python-modules/grpcio/default.nix index 77be060cfd2d..497a4d725e50 100644 --- a/pkgs/development/python-modules/grpcio/default.nix +++ b/pkgs/development/python-modules/grpcio/default.nix @@ -18,11 +18,11 @@ buildPythonPackage rec { pname = "grpcio"; format = "setuptools"; - version = "1.60.0"; + version = "1.60.1"; src = fetchPypi { inherit pname version; - hash = "sha256-IZkWWhr/tmaqJK3wyXQ2aG0KYbxfwRPAN3Aft8f865Y="; + hash = "sha256-3R06jR0uUK2bWeEKp/B8fRvis2fz8tM8X63pbtVGCWI="; }; outputs = [ "out" "dev" ]; No auto update branch exists There might already be an open PR for this update: - python311Packages.grpcio-testing: 1.60.0 -> 1.60.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286186"