From ac9677e56bcbb75b6beb826d901ac9c4a247f610 Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 6 Oct 2024 11:57:09 +0200 Subject: [PATCH] python312Packages.grpcio-testing: 1.65.4 -> 1.66.2 Diff: grpc/grpc@v1.65.4...v1.66.2 Changelog: https://github.com/grpc/grpc/releases/tag/v1.66.2 --- 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 7e4c7d8b206e..cabad7a8cfbe 100644 --- a/pkgs/development/python-modules/grpcio-testing/default.nix +++ b/pkgs/development/python-modules/grpcio-testing/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "grpcio-testing"; - version = "1.65.4"; + version = "1.66.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "grpcio_testing"; inherit version; - hash = "sha256-iCbY9Ika+NWuBuFqt+FG+8VZTvQZMj4wMW9NDdBnWcY="; + hash = "sha256-pje9w7MSutXZKQd2dP0TS0zJbkm0P39OwQVLR28ZRgQ="; }; postPatch = ''