python3Packages.grpcio-status: 1.78.0 -> 1.78.1

This commit is contained in:
scraptux
2026-03-14 12:26:51 +01:00
parent 3799325da3
commit 1e65a5471c
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-status";
version = "1.78.0";
version = "1.78.1";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_status";
inherit version;
hash = "sha256-o0z9KBAb/qhLWqD5NrS0IwGekhOIKQcWavazvdxZ4Yk=";
hash = "sha256-R+f6kDVJxYgTRPHLojyBS19p0JIzVBA26yVkLTJJfI4=";
};
postPatch = ''