From be3400a62dd69f6e8797b2d3e54c89f9b286b686 Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 16 Mar 2025 19:58:02 +0100 Subject: [PATCH] python312Packages.grpcio-reflection: 1.70.0 -> 1.71.0 --- pkgs/development/python-modules/grpcio-reflection/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio-reflection/default.nix b/pkgs/development/python-modules/grpcio-reflection/default.nix index 056c70c1369e..ed26ba7d3545 100644 --- a/pkgs/development/python-modules/grpcio-reflection/default.nix +++ b/pkgs/development/python-modules/grpcio-reflection/default.nix @@ -12,13 +12,13 @@ # nixpkgs-update: no auto update buildPythonPackage rec { pname = "grpcio-reflection"; - version = "1.70.0"; + version = "1.71.0"; pyproject = true; src = fetchPypi { pname = "grpcio_reflection"; inherit version; - hash = "sha256-r0bOE+V/12At6u9bHRkD9mRPiYLMAPYvqfpbkorPakk="; + hash = "sha256-UVBOl3BX/6vmbR7VVVexXpacQrs6HyjuRdcw3V+YO7U="; }; build-system = [ setuptools ];