python311Packages.grpcio-reflection: 1.62.0 -> 1.62.1

This commit is contained in:
R. Ryantm 2024-03-09 18:25:35 +00:00
parent 32146f3161
commit 990306e14b

View file

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