python311Packages.grpcio-reflection: 1.60.0 -> 1.60.1

This commit is contained in:
R. Ryantm 2024-02-02 00:13:20 +00:00
parent 9312d7840b
commit eef030edd9

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "grpcio-reflection";
version = "1.60.0";
version = "1.60.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-P2wMc7qPINFCDF5y/E3QOJ+sNG7Y+zKijm4ZZ7RP/zU=";
hash = "sha256-v+1JYUE4IcEbTfECyesFWsjENUYm2dyxEKJz79TPfZg=";
};
nativeBuildInputs = [