python311Packages.grpcio-reflection: 1.62.1 -> 1.62.2

This commit is contained in:
R. Ryantm 2024-04-20 10:28:15 +00:00
parent 63ac7bec8d
commit 7ffbf20dc7
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "grpcio-reflection";
version = "1.62.1";
version = "1.62.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-q9RTABmRhxAxMV7y2Cr/6TCAwEM/o6AHvjS/Qn4oqIo=";
hash = "sha256-LdRIBtaNAAZjZSm9pXMBKxmkIoFHjC0FHNquu5HiUWw=";
};
nativeBuildInputs = [