python312Packages.grpcio-reflection: 1.69.0 -> 1.70.0

This commit is contained in:
scraptux
2025-01-25 13:52:54 +01:00
parent cd2eaccc3f
commit 1865b26c15
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-reflection";
version = "1.69.0";
version = "1.70.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_reflection";
inherit version;
hash = "sha256-NHSq7fsQ2NpVAxNaL7n7tOH3IEStfuLQvyIJCTToCQg=";
hash = "sha256-r0bOE+V/12At6u9bHRkD9mRPiYLMAPYvqfpbkorPakk=";
};
build-system = [ setuptools ];