python3Packages.grpcio: 1.81.0 -> 1.82.1

This commit is contained in:
scraptux
2026-07-13 19:41:45 +02:00
parent a0f770b1e0
commit a9b7ff9f68

View File

@@ -18,12 +18,12 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio";
version = "1.81.0";
version = "1.82.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-pazX79Ox/ptOsLyqoVB+7WigrQZ4tlTD97Rk35up3KU=";
hash = "sha256-cHskq9kPyx5FvMCAV32h2/mXHRB0kFiblTmvjh53tLU=";
};
postPatch = ''