python3Packages.grpcio-testing: 1.81.0 -> 1.82.1

This commit is contained in:
scraptux
2026-07-13 19:41:59 +02:00
parent d3291efa1c
commit 60f84450ab

View File

@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-testing";
version = "1.81.0";
version = "1.82.1";
pyproject = true;
src = fetchPypi {
pname = "grpcio_testing";
inherit version;
hash = "sha256-MjcL3/wM0Jq63pKP2ID5Gb8HCv5dASot4UEkJ7LcGSE=";
hash = "sha256-2fxmLSRf10IpLQOJkCQtDdDmkvAKAvIQvRI0FFzxM0E=";
};
postPatch = ''