python3Packages.grpcio-reflection: 1.75.1 -> 1.76.0

This commit is contained in:
scraptux
2025-10-22 21:56:57 +02:00
parent d0b424c8e6
commit 4170cee767
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-reflection";
version = "1.75.1";
version = "1.76.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_reflection";
inherit version;
hash = "sha256-K+PyC3uT5uaRoLx2H9fpmWqUC0yWxo9spPf7xHw/S2Q=";
hash = "sha256-4OfkmSHC7pUeXd/wvbrL0awacIiL62HVZ/PQG3md7LE=";
};
build-system = [ setuptools ];