python312Packages.grpcio-testing 1.60.0 -> 1.60.1 https://repology.org/project/python:grpcio-testing/versions attrpath: python312Packages.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/xm6qdyk99w97nmdjamvbr1zz42zg46gy-packages.json.drv building '/nix/store/xm6qdyk99w97nmdjamvbr1zz42zg46gy-packages.json.drv'... Going to be running update for following packages: - python3.12-grpcio-testing-1.60.0 Press Enter key to continue... Running update for: - python3.12-grpcio-testing-1.60.0: UPDATING ... - python3.12-grpcio-testing-1.60.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio-testing/default.nix b/pkgs/development/python-modules/grpcio-testing/default.nix index 1d0f47a5c9e1..2fc0e47dd29c 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.60.0"; + version = "1.60.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-XF+za8O9x4m/8ewEBQG5reoPiK64vh7VyA1oic0Jq0A="; + hash = "sha256-vvrZX0fes/OTTr1VEpl0jqo/Y+44btlq1pemZFNWixc="; }; postPatch = '' 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"