python310Packages.grpc-interceptor: 0.15.2 -> 0.15.3

This commit is contained in:
R. Ryantm 2023-08-31 10:11:08 +00:00
parent 9b4d043ba2
commit af74ef4a77

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "grpc-interceptor";
version = "0.15.2";
version = "0.15.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "d5h-foss";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-zulK0SVehzHcrmgIyH0D5sUOiAN53eIg88IoVyF6/DA=";
hash = "sha256-tTi1X1r7584ZXa12eLp2G/Am8G6Dnd18eE5wF/Lp/EY=";
};
patches = [