lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.grpcio-reflection: 1.70.0 -> 1.71.0

+2 -2
+2 -2
pkgs/development/python-modules/grpcio-reflection/default.nix
··· 12 12 # nixpkgs-update: no auto update 13 13 buildPythonPackage rec { 14 14 pname = "grpcio-reflection"; 15 - version = "1.70.0"; 15 + version = "1.71.0"; 16 16 pyproject = true; 17 17 18 18 src = fetchPypi { 19 19 pname = "grpcio_reflection"; 20 20 inherit version; 21 - hash = "sha256-r0bOE+V/12At6u9bHRkD9mRPiYLMAPYvqfpbkorPakk="; 21 + hash = "sha256-UVBOl3BX/6vmbR7VVVexXpacQrs6HyjuRdcw3V+YO7U="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];