python312Packages.grpcio-tools: 1.70.0 -> 1.71.0

This commit is contained in:
scraptux
2025-03-16 19:58:34 +01:00
parent 1926b01933
commit 88d3b53ad0
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.70.0";
version = "1.71.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_tools";
inherit version;
hash = "sha256-5Xj+58HCE8jkcXUNkmMdAPF4oVR5+yyzuTmgf8ElzNM=";
hash = "sha256-ONuo4NXg+yOgNOCWRP3G7YYr4jcYh+7lSQGZno9nkqg=";
};
outputs = [