From 7397d4356c26f80b1360be25e6c43ebc76b00475 Mon Sep 17 00:00:00 2001 From: scraptux Date: Tue, 10 Jun 2025 17:55:47 +0200 Subject: [PATCH] python3Packages.grpcio-testing: 1.72.0 -> 1.73.0 --- pkgs/development/python-modules/grpcio-testing/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio-testing/default.nix b/pkgs/development/python-modules/grpcio-testing/default.nix index cb9167c3ee60..3257b472fec4 100644 --- a/pkgs/development/python-modules/grpcio-testing/default.nix +++ b/pkgs/development/python-modules/grpcio-testing/default.nix @@ -13,7 +13,7 @@ # nixpkgs-update: no auto update buildPythonPackage rec { pname = "grpcio-testing"; - version = "1.72.0"; + version = "1.73.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "grpcio_testing"; inherit version; - hash = "sha256-eWNd0WOrIrJfov70vHzLOm2oDox6hOOyzDynLp2xf0Y="; + hash = "sha256-VOblBsR7+jZlKEk98OpL87JtI6GBvDaZ9XL9AO1l41g="; }; postPatch = ''