Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #231771 from r-ryantm/auto-update/python311Packages.grpcio-testing

python311Packages.grpcio-testing: 1.54.0 -> 1.54.2

authored by

Fabian Affolter and committed by
GitHub
d5be467e 40dd084f

+2 -2
+2 -2
pkgs/development/python-modules/grpcio-testing/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "grpcio-testing"; 12 - version = "1.54.0"; 12 + version = "1.54.2"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-/0LlPGUVhV7lh4RDQH7wImxaynN2wDLoELxoUUG8bpM="; 19 + hash = "sha256-qCMOjSfe7eGIWyomTLiLrLrt/GekmLdlMO2VnPihgI0="; 20 20 }; 21 21 22 22 postPatch = ''