python3Packages.grpcio-status: 1.76.0 -> 1.78.0

This commit is contained in:
scraptux
2026-02-07 17:08:11 +01:00
parent 543d8bae34
commit 5b96dd7ae6
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-status";
version = "1.76.0";
version = "1.78.0";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_status";
inherit version;
hash = "sha256-Jfy/7HTBXRoctdo/q47pZyhS3Balqe61uvfXqZUpQ80=";
hash = "sha256-o0z9KBAb/qhLWqD5NrS0IwGekhOIKQcWavazvdxZ4Yk=";
};
postPatch = ''