lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.grpcio-health-checking: 1.58.0 -> 1.59.0

authored by

Mario Rodas and committed by
Yt
d9e91c2d 84573140

+2 -2
+2 -2
pkgs/development/python-modules/grpcio-health-checking/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "grpcio-health-checking"; 11 - version = "1.58.0"; 11 + version = "1.59.0"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-B9WGI/J77PGGyGLLrn39elS9Y/SzdZTHfIuPyTPxHC8="; 16 + hash = "sha256-4CIcpupsITlhQXmAi4+LMjA30LG977D8TN2agUmZVx4="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [