python3Packages.grpcio: 1.78.0 -> 1.78.1

This commit is contained in:
scraptux
2026-03-14 12:26:41 +01:00
parent 566c3e6a0d
commit 35738dbe14
@@ -18,12 +18,12 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio";
version = "1.78.0";
version = "1.78.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-c4K5UYlUbzdcF09TpfqHPO+RxLgAX6oFzFs77qnE8cU=";
hash = "sha256-J8YlUy0zrORdV+d17fGYLhg/+GQccuTpHve6ZnoUnXI=";
};
postPatch = ''